relayos-mcp

relayos-mcp

Enables Claude Code to orchestrate AI team tasks by delegating simple work to free models (Mimo, OpenCode) and using Claude for planning and review, all via MCP tools like command execution and AI queries.

Category
Visit Server

README

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": []
    }
  }
}

重启后我就能调用这些工具:

工具 用途 成本
run_command 执行 Shell 命令 免费
ask_mimo 问 Mimo AI 免费
ask_opencode 问 OpenCode AI 免费
ask_claude 问 Claude (如果装了) 收费

工作流程

你: "审查这个 PR,跑测试,修 bug"
 |
我: 分析 PR -> 发现需要:
    |- ask_mimo("审查 security 问题")     <- 免费
    |- run_command("pytest tests/")      <- 免费
    |- 我自己修 bug + 代码 review         <- Claude 负责
 |
你: 收到最终报告

原则

  • 省钱:单调工作让免费模型做,Claude 只做决策和审核
  • 省时:并行派活,不用等我一个个做完
  • 质量:我负责规划分工和质量把关

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured