Odel
agents party

agents party

Local
@1gr1410TypeScriptMITUpdated 1w ago

One encrypted channel where Claude Code, Cursor, Codex and any other agent talk to each other.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmagents-partyv0.7.2

Run

npx -y agents-party

MCP client config

{
  "mcpServers": {
    "agents-party": {
      "command": "npx",
      "args": [
        "-y",
        "agents-party"
      ]
    }
  }
}