dameng-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dameng-mcplist all tables in the SYSDBA schema"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
达梦数据库 MCP Server
使用 JDBC 连接达梦数据库,暴露为 MCP 工具,供 AI 编码助手直接查询。
新增优化
JDBC statement 级查询超时(并保留 timer fallback)
describe_table现在包含主键 / 唯一约束 / 外键信息新增
dameng_health_check新增
dameng_list_indexes新增
dameng_list_procedures新增
dameng_list_triggers新增
dameng_list_synonyms增加 MCP
list_tools启动验证测试
Related MCP server: dameng-mcp-server
快速开始
cd dameng-mcp
pip install -e .
cp .env.example .env
python -m dameng_mcp.serverMCP 工具
工具 | 用途 |
| 执行只读 SQL |
| 列出 schema |
| 列出表 |
| 查看表结构、主键、唯一约束、外键 |
| 列出视图 |
| 查看指定表索引 |
| 列出过程对象(存储过程 / 函数 / 包) |
| 列出触发器 |
| 列出同义词 |
| 查看执行计划 |
| 检查连接健康与延迟 |
测试
pytest tests/ -v真实数据库联调:
DM_TEST_HOST=... \
DM_TEST_PORT=5236 \
DM_TEST_DATABASE=... \
DM_TEST_USER=SYSDBA \
DM_TEST_PASSWORD=... \
DM_TEST_SCHEMA=... \
JAVA_HOME=... \
pytest tests/ -vThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables interaction with Dameng databases through natural language or direct SQL operations. Provides a web interface for listing tables, executing queries, and viewing table structures with MCP protocol support for AI model integration.Last updated1
- Alicense-qualityCmaintenanceMCP server for DaMeng database, enabling AI assistants to execute SQL queries, list tables, describe table structures, and retrieve schema information.Last updated507MIT
- Alicense-qualityBmaintenanceMCP server for Dameng database, providing tools to test connection, list tables, count tables, and execute SQL via environment variables.Last updatedMIT
- AlicenseAqualityBmaintenanceMCP server enabling AI assistants to connect and query Dameng DM8 databases via JDBC. Supports SQL queries, listing tables, and describing schemas.Last updated339MIT
Related MCP Connectors
MCP server for managing Prisma Postgres.
An MCP server giving access to Grafana dashboards, data and more.
GibsonAI MCP server: manage your databases with natural language
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/AxiomFlow-Zh/dameng-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server