Skip to main content
Glama
Fashad-Ahmed

Universal Database MCP Server

by Fashad-Ahmed

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DRYRUNNoEnable dry-run mode (queries are not executed)false
MYSQL_URINoMySQL connection URI (e.g., mysql://user:pass@host:3306/db)
DUCKDB_PATHNoPath to DuckDB database file or :memory:
SQLITE_PATHNoPath to SQLite database file
POSTGRES_URINoPostgreSQL connection URI (e.g., postgresql://user:pass@host:5432/db)
QUERY_TIMEOUTNoQuery timeout in seconds30
ENABLE_LOGGINGNoEnable query logging to stderrtrue
MYSQL_READONLYNoSet to false to allow writestrue
RATE_LIMIT_RPMNoRate limit in requests per minute60
DUCKDB_READONLYNoSet to false to allow writestrue
MAX_RESULT_ROWSNoMaximum number of rows returned in a query result1000
SQLITE_READONLYNoSet to false to allow writestrue
ALLOW_DESTRUCTIVENoSet to true to allow INSERT/UPDATE/DELETE/DROPfalse
POSTGRES_READONLYNoSet to false to allow writes (not recommended)true
WHITELISTED_TABLESNoComma-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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/Fashad-Ahmed/universal-db-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server