io.github.ataberk-xyz/gossipcat
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_KEYsecret
Google Gemini API key for relay agents (optional — native agents need no API key)
GOSSIPCAT_PORTFixed 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
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.