template-repo vs ultimate_mcp_server
并排对比,帮你在这两个 MCP server 之间做选择。
template-repo by AndrewAltimit | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 127 | ★ 149 |
| 30天用量 | — | — |
| 综合分 | 47 | 85 |
| 官方 | — | — |
| 分类 | 开发者工具安全AI / LLM 工具 | AI / LLM 工具浏览器自动化本地文件系统 |
| 实现语言 | Rust | Python |
| 最近提交 | 本月 | 2 个月前 |
template-repo · 概述
高级代理编排模板,集成20个MCP服务器,提供安全、代码质量和多媒体工具。
ultimate_mcp_server · 概述
一个功能全面的 MCP server,为 AI 提供多种能力:LLM 委托、浏览器自动化、文档处理和认知记忆系统。
template-repo · 使用场景
- 多代理开发工作流程,实现自动代码审查和PR管理
- 针对AI生成代码的安全加固CI/CD流水线
- 通过残差流分析检测睡眠代理行为
- 通过运行时注入和共享内存IPC集成传统软件
ultimate_mcp_server · 使用场景
- 使用 OCR 和结构化数据提取进行复杂的文档处理和分析
- 跨多个网站进行网页自动化和研究,通过浏览器控制
- 通过模型间的智能任务分配实现成本优化的 AI 工作流
template-repo · 安装
先决条件
- Linux系统,安装Docker (v20.10+) 和 Docker Compose (v2.0+)
设置步骤
- 克隆并设置:
``bash git clone https://github.com/AndrewAltimit/template-repo cd template-repo # 构建Rust CLI工具 cd tools/rust/board-manager && cargo build --release cd ../github-agents-cli && cargo build --release ``
- 设置API密钥:
``bash export OPENROUTER_API_KEY="your-key-here" # 用于OpenCode/Crush ``
- 配置Claude Desktop (创建或更新 ~/.config/claude/config.json):
``json { "mcpServers": { "template-repo": { "command": "path/to/board-manager", "args": [] } } } ``
ultimate_mcp_server · 安装
安装
- 克隆仓库:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- 安装依赖:
pip install -e .- 对于 Claude Desktop 集成,添加到 claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- 运行服务器:
python -m ultimate_mcp_server