PluginBench
MCP Server
Active
MIT

io.github.JustinBeckwith/gongio-mcp MCP Server

io.github.JustinBeckwith/gongio-mcp

What is the io.github.JustinBeckwith/gongio-mcp MCP server?

MCP server for Gong.io - access calls, transcripts, and users

How to install io.github.JustinBeckwith/gongio-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gongio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gongio-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gongio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gongio-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gongio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gongio-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gongio-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gongio-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add gongio-mcp -- npx -y gongio-mcp

Related MCP servers

MCP server for Pylon customer support platform

4
JavaScript
MIT
View repository →

MCP server for link checking using linkinator

3
TypeScript
MIT
View repository →