mcp-server-dmdb
by SpringDamon
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DM_HOST | No | Database host. Defaults to 127.0.0.1. | 127.0.0.1 |
| DM_PORT | No | Database port. Defaults to 5236. | 5236 |
| DM_USER | Yes | Database username. Required. | |
| DM_SCHEMA | No | Login schema. Optional. | |
| DM_MAX_ROWS | No | Maximum number of rows returned per query. Defaults to 100. | 100 |
| DM_PASSWORD | Yes | Database password. Required. | |
| DM_ALLOW_DDL | No | Set to 'true' to enable the dm_execute_ddl tool. Defaults to 'false'. | false |
| DM_LOG_LEVEL | No | Log level: OFF, ERROR, WARN, INFO, DEBUG. Defaults to ERROR. | ERROR |
| DM_DICT_SCOPE | No | Dictionary view scope: 'all' or 'user'. Defaults to 'all'. | all |
| DM_ALLOW_WRITE | No | Set to 'true' to enable the dm_execute_dml tool. Defaults to 'false'. | false |
| DM_LOGIN_ENCRYPT | No | Whether to enable login encryption. Defaults to 'false'. | false |
| DM_MAX_ROWS_HARD | No | Hard limit that DM_MAX_ROWS cannot exceed. Defaults to 1000. | 1000 |
| DM_CELL_CHAR_LIMIT | No | Maximum characters per cell. Defaults to 200. | 200 |
| DM_PING_TIMEOUT_MS | No | Ping timeout in milliseconds. Defaults to 3000. | 3000 |
| DM_QUERY_TIMEOUT_MS | No | Query timeout in milliseconds. Defaults to 30000. | 30000 |
| DM_TOTAL_CHAR_LIMIT | No | Maximum total characters per response. Defaults to 24000. | 24000 |
| DM_SOCKET_TIMEOUT_MS | No | Network socket timeout in milliseconds. Defaults to 60000. | 60000 |
| DM_CONNECT_TIMEOUT_MS | No | Connection timeout in milliseconds. Defaults to 10000. | 10000 |
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 | |
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/SpringDamon/mcp-server-dmdb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server