Gongio MCP
Rank #3,382io.github.JustinBeckwith/gongio-mcp
MCP server for Gong.io - access calls, transcripts, and users
Gongio MCP is a Model Context Protocol (MCP) server published by justinbeckwith. It ranks #3,382 of 115,460 servers tracked on MCP Toplist, and its repository has 21 GitHub stars. Gongio MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 8 tracked versions. It was first listed on Dec 14, 2025 and most recently updated on Aug 2, 2026.
Ranks ahead of 112,078 of 115,460 servers on MCP Toplist.
Use Gongio MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gongio-mcp -- npx -y gongio-mcp[mcp_servers.gongio-mcp]
command = "npx"
args = ["-y", "gongio-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"gongio-mcp": {
"command": "npx",
"args": [
"-y",
"gongio-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"gongio-mcp": {
"command": "npx",
"args": [
"-y",
"gongio-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gongio-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gongio-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gongio-mcp": {
"command": "npx",
"args": [
"-y",
"gongio-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gongio-mcp": {
"command": "npx",
"args": [
"-y",
"gongio-mcp"
]
}
}
}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.JustinBeckwith%2Fgongio-mcp)<a href="https://mcptoplist.com/server/io.github.JustinBeckwith%2Fgongio-mcp"><img src="https://mcptoplist.com/badge/io.github.JustinBeckwith%2Fgongio-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
justinbeckwith
Other servers by justinbeckwith
View all justinbeckwith servers →Available versions (8)
| Version | Published |
|---|---|
| 2.0.0 | Aug 2, 2026 |
| 1.5.0 | Feb 27, 2026 |
| 1.4.1 | Jan 26, 2026 |
| 1.3.0 | Dec 15, 2025 |
| 1.2.0 | Dec 14, 2025 |
| 1.1.1 | Dec 14, 2025 |
| 1.1.0 | Dec 14, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Gongio MCP?
- Gongio MCP is maintained by justinbeckwith, which publishes 3 MCP servers (20 total versions) tracked on MCP Toplist.
- Is Gongio MCP listed on the Official MCP Registry?
- Yes — Gongio MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Gongio MCP have?
- MCP Toplist tracks 8 versions of Gongio MCP, most recently published on Aug 2, 2026.
- Where can I find the source code for Gongio MCP?
- The source code for Gongio MCP is hosted at github.com/justinbeckwith/gongio-mcp.