MCP Server
MCP
io.github.ataberk-xyz/gossipcat
Multi-agent orchestration for Claude Code — consensus review, adaptive dispatch, skill learning
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
By
Comments
Sign in to leave a comment