← Index

io.github.ataberk-xyz/gossipcat

io.github.ataberk-xyz/gossipcat·v0.2.1·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "gossipcat": {
      "command": "npx",
      "args": [
        "-y",
        "gossipcat"
      ],
      "env": {
        "GOOGLE_API_KEY": "<your-google_api_key>",
        "GOSSIPCAT_PORT": "<gossipcat_port>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "gossipcat": {
      "command": "npx",
      "args": [
        "-y",
        "gossipcat"
      ],
      "env": {
        "GOOGLE_API_KEY": "<your-google_api_key>",
        "GOSSIPCAT_PORT": "<gossipcat_port>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y gossipcat
§02  Environment variables
GOOGLE_API_KEY
secret

Google Gemini API key for relay agents (optional — native agents need no API key)

GOSSIPCAT_PORT

Fixed port for the relay/dashboard server (optional — defaults to OS-assigned with sticky file)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other