Multi-DB MCP Server
by 1249zts
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POSTGRES_DSN | No | PostgreSQL DSN (e.g., postgresql://user:password@127.0.0.1:5432/postgres) | |
| MYSQL_ENABLED | No | Enable MySQL backend (true/false) | |
| DB_MCP_API_HOST | No | HTTP API host (default: 0.0.0.0) | |
| DB_MCP_API_PORT | No | HTTP API port (default: 8000) | |
| MCP_ALLOW_WRITE | No | Allow write SQL statements globally (true/false) | |
| DB_MCP_API_TOKEN | No | Optional API token for authentication | |
| POSTGRES_ENABLED | No | Enable PostgreSQL backend (true/false) | |
| DB_MCP_API_RELOAD | No | Enable auto-reload for development (true/false) | |
| CLICKHOUSE_ENABLED | No | Enable ClickHouse backend (true/false) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/1249zts/db-mcp-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server