db-oauth-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | The log level for the server (e.g., debug, info, error) | info |
| OAUTH_API_BASE_URL | Yes | The base URL for the OAuth API | |
| OAUTH_AUTHORIZE_URL | Yes | The OAuth authorization URL for the MCP server |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| connection_statusA | Show whether you're connected and, for each available database connection, which user and engine it uses and when it expires. |
| disconnectA | Disconnect from all database connections. Revokes the current access token and clears cached credentials. The next tool call will require re-authentication. |
| list_connectionsA | List the database connections available in the current session. Returns the name (pass to |
| list_schemaA | List tables or describe a specific table's columns for a given connection. Pass |
| query_databaseA | Execute a read-only SQL query against one of the configured database connections. Pass |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kpconnell/db-oauth-mcp-node'
If you have feedback or need assistance with the MCP directory API, please join our Discord server