dbmcp
by iSunRise
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST_PORT | No | Host port mapped to the container. Default: 3991 | 3991 |
| DATABASE_URL | No | Optional unnamed default database connection string (e.g., postgres://user:pass@host:5432/db). | |
| DB_DEVDB_URL | No | Example named database connection for 'devDb'. Replace DEVDB with the desired name. At least one DB_<NAME>_URL or DATABASE_URL must be set. | |
| DB_STAGEDB_URL | No | Example named database connection for 'stageDb'. | |
| MAX_CELL_CHARS | No | Per-cell truncation length. Default: 100 | 100 |
| PUBLIC_BASE_URL | No | Base URL used in CSV links. Default: http://localhost:3991 | http://localhost:3991 |
| MAX_OUTPUT_CHARS | No | Inline payload cap in characters. Default: 1000 | 1000 |
| QUERY_TIMEOUT_MS | No | Hard per-query timeout in milliseconds. Default: 30000 | 30000 |
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/iSunRise/dbmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server