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
{
"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