Skip to content
Claude Desktop

gossipcat for Claude Desktop

io.github.ataberk-xyz/gossipcat

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

client:Claude Desktop transport:stdio runtime:npm

Install gossipcat in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

gossipcat in other clients