让 Hermes 当 MCP 网关
Use Hermes as an MCP Server
要点
- 运行 hermes mcp serve 后,其他智能体就能复用它已接好的 Telegram 和 Discord
- 编码智能体可经 MCP 列会话、读历史、发消息,并处理桥接会话里的审批
- 读取会话数据不必开网关,但真正往平台发消息时网关必须在线
- 目前只支持 stdio 传输,还不是任意远程智能体可调用的 HTTP 端点
- 不必给每个智能体单独对接聊天平台,让 Hermes 充当共享通信层即可
原帖开头
Did you know Hermes can be the MCP server too? Most people think of MCP as the way Hermes connects to outside tools. But Hermes can flip that around. Run: `hermes mcp serve` Now another MCP-capable agent can connect to Hermes and use the messaging connections Hermes already …







