relayos-mcp
relayos-mcp
Claude Code 即 AI 团队指挥。 你说需求,我规划分工,免费终端干重活。
一句话
你 -> Claude Code(我) -> MCP tools -> mimo / opencode / 本地命令
|
我负责计划、分配、审核
免费模型负责执行
花最少的钱,干最高质量的活安装
pip install relayos-mcp[mcp]验证
relay-task agents应该看到 [ok] mimo、[ok] opencode、[ok] claude 等。
配置 Claude Code
在 ~/.claude/settings.json 中添加:
{
"mcpServers": {
"relayos": {
"command": "relayos-mcp",
"args": []
}
}
}重启后我就能调用这些工具:
工具 | 用途 | 成本 |
| 执行 Shell 命令 | 免费 |
| 问 Mimo AI | 免费 |
| 问 OpenCode AI | 免费 |
| 问 Claude (如果装了) | 收费 |
工作流程
你: "审查这个 PR,跑测试,修 bug"
|
我: 分析 PR -> 发现需要:
|- ask_mimo("审查 security 问题") <- 免费
|- run_command("pytest tests/") <- 免费
|- 我自己修 bug + 代码 review <- Claude 负责
|
你: 收到最终报告原则
省钱:单调工作让免费模型做,Claude 只做决策和审核
省时:并行派活,不用等我一个个做完
质量:我负责规划分工和质量把关
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jjjjjjjjnnjnn/relayos-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server