Universal Database MCP Server
by Fashad-Ahmed
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DRYRUN | No | Enable dry-run mode (queries are not executed) | false |
| MYSQL_URI | No | MySQL connection URI (e.g., mysql://user:pass@host:3306/db) | |
| DUCKDB_PATH | No | Path to DuckDB database file or :memory: | |
| SQLITE_PATH | No | Path to SQLite database file | |
| POSTGRES_URI | No | PostgreSQL connection URI (e.g., postgresql://user:pass@host:5432/db) | |
| QUERY_TIMEOUT | No | Query timeout in seconds | 30 |
| ENABLE_LOGGING | No | Enable query logging to stderr | true |
| MYSQL_READONLY | No | Set to false to allow writes | true |
| RATE_LIMIT_RPM | No | Rate limit in requests per minute | 60 |
| DUCKDB_READONLY | No | Set to false to allow writes | true |
| MAX_RESULT_ROWS | No | Maximum number of rows returned in a query result | 1000 |
| SQLITE_READONLY | No | Set to false to allow writes | true |
| ALLOW_DESTRUCTIVE | No | Set to true to allow INSERT/UPDATE/DELETE/DROP | false |
| POSTGRES_READONLY | No | Set to false to allow writes (not recommended) | true |
| WHITELISTED_TABLES | No | Comma-separated list of table names that queries can access (optional) |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Fashad-Ahmed/universal-db-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server