Skip to content
Cursor

agents party for Cursor

io.github.1gr14/agents-party

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

client:Cursor transport:stdio runtime:npm

Install agents party in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agents party in other clients