← Back to Plugins
MCP Server MCP

io.github.ataberk-xyz/gossipcat

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "gossipcat",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google Gemini API key for relay agents (optional — native agents need no API key)",
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_API_KEY"
        },
        {
          "description": "Fixed port for the relay/dashboard server (optional — defaults to OS-assigned with sticky file)",
          "format": "string",
          "name": "GOSSIPCAT_PORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...