mcp-multi-db
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_DATABASES | No | Inline JSON string containing the database configuration | |
| MCP_DB_CONFIG | No | Path to a JSON file containing the database configuration |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_databasesA | List all configured database connections (id, type, label, description). Call this first to discover which database_id to use. |
| list_tablesB | List tables and views in a configured database. |
| describe_tableA | Describe columns for a table in a configured database. |
| run_queryA | Execute a read-only SQL query (SELECT, WITH, EXPLAIN) on a configured database. Writes are blocked. |
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/mahAnuj/mcp-multi-db'
If you have feedback or need assistance with the MCP directory API, please join our Discord server