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.
Latest Blog Posts
- 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/manzuxs/dameng-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server