SQL MCP Server

Configure your MCP client to connect to this server.

Server Info

Checking health...

Authentication

Sign in with your Auth0 account to generate a bearer token for MCP client config.

Claude Desktop

Add this to your claude_desktop_config.json file:


            
        

Claude Code (CLI)

Run this command to add the server:


            
        

Other Clients / Testing

Test the connection with curl:


            
        

Available Tools

ToolDescription
list_connectionsLists available database connections by name and type. No secrets are exposed.
list_tablesLists tables and views in the specified database connection.
list_columnsLists columns with data types for a given table.
queryExecutes a read-only SQL query against the specified connection. Only SELECT statements are allowed.