datagouv-mcp vs restheart
并排对比,帮你在这两个 MCP server 之间做选择。
datagouv-mcp by datagouv | restheart by SoftInstigate | |
|---|---|---|
| Stars | ★ 1,460 | ★ 875 |
| 30天用量 | — | — |
| 综合分 | 55 | 54 |
| 官方 | — | — |
| 分类 | AI / LLM 工具数据库搜索 | 数据库AI / LLM 工具开发者工具 |
| 实现语言 | Python | Java |
| 最近提交 | 本月 | 本月 |
datagouv-mcp · 概述
法国政府开放数据平台的官方 MCP 服务器,使 AI 聊天机器人能够搜索和分析开放数据。
restheart · 概述
RESTHeart 是一个 MongoDB 后端,提供原生 MCP 服务器,让 AI 代理通过 REST 和 GraphQL API 访问数据。
datagouv-mcp · 使用场景
- 询问特定地区的房地产价格
- 检索法国城市最新的人口统计数据
- 通过对话式 AI 搜索和分析公共数据集
restheart · 使用场景
- 通过 MCP 访问 MongoDB 数据的 AI 代理后端
- 无样板代码的 API 开发
- 使用 WebSocket 和 SSE 的实时应用
- 通过向现有 MongoDB 数据库添加现代 API 进行现代化改造
datagouv-mcp · 安装
安装
使用公共托管服务器
推荐使用位于 https://mcp.data.gouv.fr/mcp 的公共实例。
Claude Desktop 配置
在 Claude Desktop 配置文件中添加以下内容:
{
"mcpServers": {
"datagouv": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.data.gouv.fr/mcp"
]
}
}
}使用 Docker 本地安装
git clone git@github.com/datagouv/datagouv-mcp.git
cd datagouv-mcp
docker compose up -d手动安装
# 安装依赖
uv sync
# 复制环境文件
cp .env.example .env
# 启动服务器
uv run main.pyrestheart · 安装
快速启动选项
**选项 1 — RESTHeart 云服务(无需安装)** 在 [cloud.restheart.com](https://cloud.restheart.com/signup) 注册完全托管服务
**选项 2 — Docker Compose(本地)**
curl https://raw.githubusercontent.com/SoftInstigate/restheart/master/docker-compose.yml --output docker-compose.yml && docker compose up --attach restheart默认凭据:admin / secret
**选项 3 — 原生可执行文件** 从 [docs/native-executables.md](https://github.com/SoftInstigate/restheart/blob/master/docs/native-executables.md) 下载 macOS、Linux 和 Windows 的预构建二进制文件
**Claude Desktop 设置** 在 Claude Desktop 设置中,添加自定义连接器,上下文 URL 为:https://sophia-api.restheart.com/mcp/restheart/
**Claude Code 设置**
claude mcp add --transport http sophia-restheart https://sophia-api.restheart.com/mcp/restheart