AI Skill Hub 推荐使用:开源MCP工具 是一款优质的MCP工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
45.9% fewer tokens · 54.3% fewer exploration loops · 42.1% fewer tool interactions,使用Go语言开发,提供AI相关功能,值得关注。
开源MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
45.9% fewer tokens · 54.3% fewer exploration loops · 42.1% fewer tool interactions,使用Go语言开发,提供AI相关功能,值得关注。
开源MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/okyashgajjar/costaffective-mcp
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"--mcp--": {
"command": "npx",
"args": ["-y", "costaffective-mcp"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 开源MCP工具 执行以下任务... Claude: [自动调用 开源MCP工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"__mcp__": {
"command": "npx",
"args": ["-y", "costaffective-mcp"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
CostAffective - MCP
<p align="center"> <img src="https://raw.githubusercontent.com/okyashgajjar/costaffective-mcp/main/logo(1).png" alt="CostAffective Logo" width="500" /> </p>
45.9% fewer tokens · 54.3% fewer exploration loops · 42.1% fewer tool interactions · 100% Local <br>
---
INSTALLATION [ Linux & macOS & Windows ]
curl -fsSL https://raw.githubusercontent.com/okyashgajjar/costaffective-mcp/main/install.sh | bash Detects OS, installs Go if missing, builds from source, installs globally, and configures your AI coding clients. No manual steps needed.
⭐ Star this repo — it helps others find CostAffective and keeps us motivated!
🌐 Learn more at costaffective-mcp.vercel.app — interactive benchmarks, docs, AST sandbox, and editor configurator.
</div>
The recommended way — one command:
curl -fsSL https://raw.githubusercontent.com/okyashgajjar/costaffective-mcp/main/install.sh | bash
The script does everything: 1. Windows: detects Git Bash / MSYS, routes through WSL automatically 2. Checks for Go (installs it if missing) 3. Checks for C compiler (CGO dependency — installs if missing) 4. Clones the repo and builds from source 5. Installs to /usr/local/bin/costaffective 6. Detects AI coding clients and asks which to connect 7. Configures MCP for selected clients
Requires Go 1.25+ and a C compiler.
git clone https://github.com/okyashgajjar/costaffective-mcp.git
cd costaffective-mcp
CGO_ENABLED=1 go build -o costaffective ./cmd/costaffective/
sudo mv costaffective /usr/local/bin/
costaffective --version
</details>
<details> <summary><strong>🗑️ Uninstall</strong> — click to expand</summary>
costaffective uninstall --all
Linux / macOS:
rm -f "$(command -v costaffective)"
Windows:
Remove-Item (Get-Command costaffective).Source -Force
</details>
<details> <summary><strong>📊 Benchmarks</strong> — click to expand</summary>
Full benchmark suite with global retriever leaderboard: costaffective.dev/benchmarks
Explore detailed use case studies: costaffective.dev/use-cases
CostAffective is ideal for:
---
Find every usage of a symbol.
Example: Where is UserService used?
该项目使用Go语言开发,提供AI相关功能和性能优化,值得关注,但需要进一步的测试和验证。
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
总体来看,开源MCP工具 是一款质量良好的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | costaffective-mcp |
| 原始描述 | 开源MCP工具:45.9% fewer tokens · 54.3% fewer exploration loops · 42.1% fewer tool interactio。⭐6 · Go |
| Topics | mcpaiai-agentsantigravityclaude-codecodexgo |
| GitHub | https://github.com/okyashgajjar/costaffective-mcp |
| 语言 | Go |
收录时间:2026-06-10 · 更新时间:2026-06-10 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端