gossipcat
Rank #3,859io.github.ataberk-xyz/gossipcat
Multi-agent orchestration for Claude Code — consensus review, adaptive dispatch, skill learning
gossipcat is a Model Context Protocol (MCP) server published by gossipcat-ai. It ranks #3,859 of 132,046 servers tracked on MCP Toplist, and its repository has 41 GitHub stars. gossipcat is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Apr 10, 2026 and most recently updated on Apr 10, 2026.
Ranks ahead of 128,187 of 132,046 servers on MCP Toplist.
Use gossipcat
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gossipcat -e "GOOGLE_API_KEY=<your GOOGLE_API_KEY>" -e "GOSSIPCAT_PORT=<your GOSSIPCAT_PORT>" -- npx -y gossipcatReplace each placeholder with your own value before saving.
[mcp_servers.gossipcat]
command = "npx"
args = ["-y", "gossipcat"]
[mcp_servers.gossipcat.env]
GOOGLE_API_KEY = "<your GOOGLE_API_KEY>"
GOSSIPCAT_PORT = "<your GOSSIPCAT_PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gossipcat": {
"command": "npx",
"args": [
"-y",
"gossipcat"
],
"env": {
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>",
"GOSSIPCAT_PORT": "<your GOSSIPCAT_PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gossipcat": {
"command": "npx",
"args": [
"-y",
"gossipcat"
],
"env": {
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>",
"GOSSIPCAT_PORT": "<your GOSSIPCAT_PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gossipcat": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gossipcat"
],
"env": {
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>",
"GOSSIPCAT_PORT": "<your GOSSIPCAT_PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gossipcat": {
"command": "npx",
"args": [
"-y",
"gossipcat"
],
"env": {
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>",
"GOSSIPCAT_PORT": "<your GOSSIPCAT_PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gossipcat": {
"command": "npx",
"args": [
"-y",
"gossipcat"
],
"env": {
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>",
"GOSSIPCAT_PORT": "<your GOSSIPCAT_PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ataberk-xyz%2Fgossipcat)<a href="https://mcptoplist.com/server/io.github.ataberk-xyz%2Fgossipcat"><img src="https://mcptoplist.com/badge/io.github.ataberk-xyz%2Fgossipcat.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
gossipcat-ai
Available versions (1)
| Version | Published |
|---|---|
| 0.2.1 | Apr 10, 2026 |
Frequently asked questions
- Who maintains gossipcat?
- gossipcat is maintained by gossipcat-ai, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is gossipcat listed on the Official MCP Registry?
- Yes — gossipcat is listed on the Official MCP Registry, alongside Glama.
- How many versions does gossipcat have?
- MCP Toplist tracks 1 version of gossipcat, most recently published on Apr 10, 2026.
- Where can I find the source code for gossipcat?
- The source code for gossipcat is hosted at github.com/gossipcat-ai/gossipcat-ai.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.