mcp-db-server
by rudraraval4
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_DB_MAX_ROWS | No | Hard row cap for query results. | 1000 |
| MCP_DB_DATABASE_URL | No | SQLAlchemy URL (SQLite or Postgres) for the database connection. | sqlite:///./demo.db |
| MCP_DB_DENIED_TABLES | No | Comma-separated list of denied table names. If empty, no tables are denied. | |
| MCP_DB_ALLOWED_TABLES | No | Comma-separated list of allowed table names. If empty, all tables are allowed. | |
| MCP_DB_AUDIT_LOG_PATH | No | File path for the audit log. | audit.log |
| MCP_DB_STATEMENT_TIMEOUT_SECONDS | No | Abort slow queries after this many seconds. | 10 |
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/rudraraval4/mcp-db-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server