wren-engine vs mcp-brasil
并排对比,帮你在这两个 MCP server 之间做选择。
wren-engine by Canner | mcp-brasil by Mcp-Brasil | |
|---|---|---|
| Stars | ★ 661 | ★ 1,561 |
| 30天用量 | — | — |
| 综合分 | 53 | 56 |
| 官方 | — | — |
| 分类 | AI / LLM 工具数据库开发者工具 | AI / LLM 工具开发者工具数据库 |
| 实现语言 | Java | Python |
| 最近提交 | 本月 | 1 个月前 |
wren-engine · 概述
为AI代理提供的开放上下文引擎,在数据源之上提供业务上下文和语义层。
mcp-brasil · 概述
全面的 MCP 服务器,提供对 70 个巴西公共 API 的访问,包含 533 个工具,覆盖多种政府数据源。
wren-engine · 使用场景
- 使用可信业务定义进行自然语言分析
- 能够回答跨受管企业数据问题的AI副驾驶
- 需要真实业务上下文而非仅模式转储的代码助手
mcp-brasil · 使用场景
- 查询 2024 年巴西众议院关于人工智能的立法项目并确定作者
- 通过比较过去一年间的塞尔利率与通货膨胀率(IPCA)来分析经济趋势
- 找出 2024 年联邦政府十大合同并确定供应商
wren-engine · 安装
安装
通过MCP
- 克隆仓库:
git clone https://github.com/Canner/wren-engine - 进入MCP服务器目录:
cd wren-engine/mcp-server - 遵循README中的设置说明
通过AI代理
- 按照[安装指南](https://docs.getwren.ai/oss/engine/get_started/installation)
- 使用[jaffle_shop示例](https://docs.getwren.ai/oss/engine/get_started/quickstart)进行快速启动
Claude Desktop配置
添加到您的Claude Desktop config.json:
{
"mcpServers": {
"wren": {
"command": "uv",
"args": ["run", "mcp-server", "serve"],
"env": {
"WREN_ENGINE_PATH": "/path/to/wren-engine"
}
}
}
}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 可以正常工作。