CodexMCP 与集成约 1 分钟

一个MCP喂给所有Agent

One MCP shared by every agent

要点

  1. Claude、Codex、Hermes、Grok、Cursor 各自接 MCP 时,工具清单很容易不一致。
  2. 改成只接 executor.sh 这一个 MCP,所有 Agent 继承同一套工具。
  3. 换模型时不用记哪台机器接了哪些服务,减少漏接和重复授权。
  4. 先断开旧 MCP 再切过去,避免双份工具让模型选错入口。
  5. 适合多 Agent 并行的人:工具层集中,提示词和规则仍按产品分开。

原帖开头

I disconnected all my MCPs and switched to to @executorsh. Best thing I've done this year. Claude, Codex, Hermes, Grok, Cursor - it's so much overhead remembering where you've connected what. Now I just have one MCP - and all my agents inherit all my tools. Highly recommend!