dynamic-db-mcp-server
by hand-by-hand
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Listening address; set to 127.0.0.1 for local-only access. | 0.0.0.0 |
| PORT | No | Listening port for the server. | 8787 |
| DMCP_SECRET | No | Master key for encrypting datasource passwords. If not set, a random key is generated on first startup and stored in data/.secret. In production, explicitly set to a strong random string. | |
| DMCP_DATA_DIR | No | Data directory (contains config.db, demo.db, .secret). Defaults to <repo>/data when run via npm start, or <current directory>/data when run via the dynamic-db-mcp-server command. |
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