Skip to main content
Glama
AxiomFlow-Zh

dameng-mcp

by AxiomFlow-Zh

达梦数据库 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.server

MCP 工具

工具

用途

dameng_query

执行只读 SQL

dameng_list_schemas

列出 schema

dameng_list_tables

列出表

dameng_describe_table

查看表结构、主键、唯一约束、外键

dameng_list_views

列出视图

dameng_list_indexes

查看指定表索引

dameng_list_procedures

列出过程对象(存储过程 / 函数 / 包)

dameng_list_triggers

列出触发器

dameng_list_synonyms

列出同义词

dameng_explain

查看执行计划

dameng_health_check

检查连接健康与延迟

测试

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/ -v
A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    D
    maintenance
    Enables 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 updated
    1
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for DaMeng database, enabling AI assistants to execute SQL queries, list tables, describe table structures, and retrieve schema information.
    Last updated
    50
    7
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    MCP server for Dameng database, providing tools to test connection, list tables, count tables, and execute SQL via environment variables.
    Last updated
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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