Skip to content
Cursor

gossipcat for Cursor

io.github.ataberk-xyz/gossipcat

Multi-agent orchestration for Claude Code — consensus review, adaptive dispatch, skill learning

client:Cursor transport:stdio runtime:npm

Install gossipcat in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gossipcat": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gossipcat"
      ],
      "env": {
        "GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
        "GOSSIPCAT_PORT": "<GOSSIPCAT_PORT>"
      }
    }
  }
}

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

gossipcat in other clients