mcp-database-universal
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | Yes | Database connection URL. Required. Examples: sqlite:///path/to/db.db, postgresql://user:pass@host:5432/db | |
| OPENAI_API_KEY | No | API key for the LLM-backed natural_query mode. | |
| ANTHROPIC_API_KEY | No | API key for the LLM-backed natural_query mode. | |
| DATABASE_MAX_ROWS | No | Maximum rows returned per query. Default: 1000 | 1000 |
| DATABASE_READ_ONLY | No | Enforce read-only mode (blocks writes even if DATABASE_WRITE_ENABLED). Default: true | true |
| DATABASE_SAMPLE_SIZE | No | Number of sample rows shown in table/column stats. Default: 5 | 5 |
| DATABASE_PROFILE_TOP_N | No | Top-N value distribution entries in profiling. Default: 10 | 10 |
| DATABASE_WRITE_ENABLED | No | Allow write statements when DATABASE_READ_ONLY=false. Default: false | false |
| DATABASE_MAX_QUERY_TIME | No | Query timeout in seconds. Default: 30 | 30 |
| DATABASE_MAX_OUTPUT_BYTES | No | Cap on result payload size. Default: 50000 | 50000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues