Back to Apps

DM MCP Server
by wangzhaobo168
MCP server for Dameng Database, enabling AI to list tables, describe structures, and execute read-only SQL queries.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects an AI model to a Dameng (DM) Database, allowing the agent to explore the database schema and retrieve data safely through read-only access.
Tools
list_tables: Lists all tables within the specified database schema.execute_query: Performs read-only SQL queries (supports SELECT, SHOW, DESCRIBE, and EXPLAIN).describe_table: Retrieves the detailed structure and columns of a specific table.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"dm-mcp-server": {
"command": "dm-mcp-server",
"env": {
"DM_PORT": "5236",
"DM_HOST": "your-host",
"DM_USERNAME": "your-username",
"DM_PASSWORD": "your-password",
"DM_SCHEMA": "your-schema"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
go install github.com/wangzhaobo168/dm-mcp-serverInformation
- Pricing
- free
- Published
- 7/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"dm-mcp-server": {"command": "dm-mcp-server", "env": {"DM_PORT": "5236", "DM_HOST": "host", "DM_USERNAME": "user", "DM_PASSWORD": "pass", "DM_SCHEMA": "schema"}}}}





