Serversio.github.ataberk-xyz/gossipcat
G

io.github.ataberk-xyz/gossipcat

io.github.ataberk-xyz/gossipcat · v0.2.1
▦ npm
v0.2.1npm npm: gossipcat↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.ataberk-xyz/gossipcat",
  "description": "Multi-agent orchestration for Claude Code — consensus review, adaptive dispatch, skill learning",
  "repository": {
    "url": "https://github.com/gossipcat-ai/gossipcat-ai",
    "source": "github"
  },
  "version": "0.2.1",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}