Configure your MCP client to connect to this server.
Sign in with your Auth0 account to generate a bearer token for MCP client config.
Add this to your claude_desktop_config.json file:
Run this command to add the server:
Test the connection with curl:
| Tool | Description |
|---|---|
list_connections | Lists available database connections by name and type. No secrets are exposed. |
list_tables | Lists tables and views in the specified database connection. |
list_columns | Lists columns with data types for a given table. |
query | Executes a read-only SQL query against the specified connection. Only SELECT statements are allowed. |