Gongio MCP

An MCP (Model Context Protocol) server that provides access to your Gong.io data. Query calls, transcripts, users, keyword trackers, and more directly from Claude or any MCP-compatible client. It runs locally over stdio via the published package.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 21 · #13 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Gongio MCP

before you install - you'll need

Set GONG_ACCESS_KEY, GONG_ACCESS_KEY_SECRET before connecting.

Claude Code

claude mcp add justinbeckwith-gongio-mcp -- npx -y gongio-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "justinbeckwith-gongio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gongio-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package gongio-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.JustinBeckwith is GitHub-verified and matches the repo owner

03 · What Gongio MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

gongio-mcp-v2.0.0 · 2026-08-02

2.0.0 (2026-08-02) · require nodejs 22 and up (#66) · add search_calls_by_account, search_calls_by_opportunity, search_transcripts · annotate all tools as read-only · search_calls: participant, customer, tracker, and…

gongio-mcp-v1.5.0 · 2026-02-27

1.5.0 (2026-02-27) · Added 7 new MCP tools, Docker support, and README restructure

gongio-mcp-v1.4.1 · 2026-01-26

1.4.1 (2026-01-26) · update MCP schema version to 2025-12-11 (#24) (67dc47a), closes #21014821339

04 · Who maintains Gongio MCP

gongio-mcp is maintained by justinbeckwith. We track 3 MCP servers from justinbeckwith - 3 actively maintained, 29 combined GitHub stars, oldest repo from Oct 2025. Full record: all servers from justinbeckwith.

  1. linkinator-mcp MCP server for link checking using linkinator ★ 3
  2. pylon-mcp MCP server for Pylon customer support platform ★ 5

05 · Facts

category
media - ranked #13 of 155 actively-maintained media servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-08-02)
registry
io.github.JustinBeckwith/gongio-mcp (active, first published 2025-12-14 · 7 versions)
packages
npm:gongio-mcp

06 · Gongio MCP FAQ

What is Gongio MCP?

An MCP (Model Context Protocol) server that provides access to your Gong.io data. Query calls, transcripts, users, keyword trackers, and more directly from Claude or any MCP-compatible client. It runs locally over stdio via the published package.

Is Gongio MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Gongio MCP?

Run `npx -y gongio-mcp`. The README documents 2 environment variables (GONG_ACCESS_KEY, GONG_ACCESS_KEY_SECRET) to set first. Set GONG_ACCESS_KEY, GONG_ACCESS_KEY_SECRET before connecting. You can also paste the ready-made client config above.

Does Gongio MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Gongio MCP

More media MCP servers · Audio Analyzer · Apple Voice Memo MCP · Whisper MCP · Pdf MCP · Talkthrough MCP

More TypeScript MCP servers · Linkinator MCP · Opencut Controller · Bench Router · see all