Google PageRank for AI agents. 25,000+ tools indexed.

dm8-mcp-server MCP Server

KaKaLuoTeSun/dm8-mcp-server

Score: 50.8 Rank #70 MCP Server
Are you the maintainer of KaKaLuoTeSun/dm8-mcp-server? Claim this listing →

针对达梦8的MCP服务

Add AgentRank to Claude Code Discover and compare tools like KaKaLuoTeSun/dm8-mcp-server — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

KaKaLuoTeSun/dm8-mcp-server is a Java MCP server licensed under MIT. 针对达梦8的MCP服务

Ranked #70 out of 100 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

Java MIT

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Brief
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for KaKaLuoTeSun/dm8-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/KaKaLuoTeSun--dm8-mcp-server)](https://agentrank-ai.com/tool/KaKaLuoTeSun--dm8-mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/KaKaLuoTeSun--dm8-mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/KaKaLuoTeSun--dm8-mcp-server" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="KaKaLuoTeSun/dm8-mcp-server"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# dm8-mcp-server

基于 [Spring AI MCP](https://docs.spring.io/spring-ai/reference/api/mcp/mcp-server-boot-starter-docs.html) 实现的达梦数据库(DM8)MCP Server,支持通过 AI 助手(如 Claude)查询 DM8 数据库的 Schema、表结构等信息。

## 功能

| 工具 | 描述 |
|------|------|
| `listSchemas` | 列出数据库中所有 Schema |
| `listTables` | 列出指定 Schema 下的所有表名 |
| `describeTable` | 查询指定表的列信息(列名、类型、长度、是否可空、注释) |
| `getTableDdl` | 获取指定表的 DDL 建表语句 |
| `listTableIndexes` | 查询指定表的索引信息(索引名、是否唯一、索引类型、索引列) |
| `listTableConstraints` | 查询指定表的约束信息(主键/唯一键/外键/检查约束) |
| `listViews` | 列出指定 Schema 下的所有视图及其定义 |
| `executeQuery` | 执行只读 SELECT 查询(禁止任何写操作) |

## 环境要求

- Java 17+
- Maven 3.6+
- 达梦数据库 DM8
- DM8 JDBC 驱动(`DmJdbcDriver18.jar`)

## 构建步骤

### 1. 克隆项目

```bash
git clone https://github.com/KaKaLuoTeSun/dm8-mcp-server.git
cd dm8-mcp-server
```

### 2. 放入 DM8 驱动

将 `DmJdbcDriver18.jar` 复制到项目 `lib/` 目录下:

```
dm8-mcp-server/
└── lib/
    └── DmJdbcDriver18.jar   ← 放这里
```

> 驱动文件可从达梦数据库安装目录的 `drivers/jdbc/` 下找到。

### 3. 打包

```bash
mvn clean package -DskipTes
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.