mcp-brasil vs restheart
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-brasil by Mcp-Brasil | restheart by SoftInstigate | |
|---|---|---|
| Stars | ★ 1,561 | ★ 875 |
| 30天用量 | — | — |
| 综合分 | 56 | 54 |
| 官方 | — | — |
| 分类 | AI / LLM 工具开发者工具数据库 | 数据库AI / LLM 工具开发者工具 |
| 实现语言 | Python | Java |
| 最近提交 | 1 个月前 | 本月 |
mcp-brasil · 概述
全面的 MCP 服务器,提供对 70 个巴西公共 API 的访问,包含 533 个工具,覆盖多种政府数据源。
restheart · 概述
RESTHeart 是一个 MongoDB 后端,提供原生 MCP 服务器,让 AI 代理通过 REST 和 GraphQL API 访问数据。
mcp-brasil · 使用场景
- 查询 2024 年巴西众议院关于人工智能的立法项目并确定作者
- 通过比较过去一年间的塞尔利率与通货膨胀率(IPCA)来分析经济趋势
- 找出 2024 年联邦政府十大合同并确定供应商
restheart · 使用场景
- 通过 MCP 访问 MongoDB 数据的 AI 代理后端
- 无样板代码的 API 开发
- 使用 WebSocket 和 SSE 的实时应用
- 通过向现有 MongoDB 数据库添加现代 API 进行现代化改造
mcp-brasil · 安装
使用 pip 或 uv 安装:
pip install mcp-brasil
uv add mcp-brasil对于 Claude Desktop,添加到 claude_desktop_config.json:
{
"mcpServers": {
"mcp-brasil": {
"command": "uvx",
"args": ["--from", "mcp-brasil", "python", "-m", "mcp_brasil.server"],
"env": {
"TRANSPARENCIA_API_KEY": "你的密钥",
"DATAJUD_API_KEY": "你的密钥",
"META_ACCESS_TOKEN": "你的令牌"
}
}
}
}API 密钥是可选的 - 没有它们,仍有 36 个 API 可以正常工作。
restheart · 安装
快速启动选项
**选项 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