Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Gongio Mcp
G
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:04:23 AM

Gongio Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "gongio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gongio-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Gong MCP Server

npm version License: MIT

A cute red panda hitting a gong

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.

Tools Quick Reference

ToolDescription
list_callsList calls with date/workspace filtering
get_callGet metadata for a specific call
get_call_summaryAI summary: key points, topics, action items
get_call_transcriptFull speaker-attributed transcript (paginated)
search_callsRich call search β€” participant, customer, tracker, scope, duration, title, and more
search_calls_by_accountFind calls involving a specific account/company by email domain
search_calls_by_opportunityFind calls linked to specific CRM Opportunities
search_transcriptsFree-text keyword search across transcript sentences
get_trackersList keyword trackers (competitors, topics, etc.)
list_workspacesList workspaces and get IDs for use in other tools
list_library_foldersList public call library folders
get_library_folder_callsGet calls saved in a specific library folder
get_userGet a specific user's profile
search_usersSearch/filter users by IDs or creation date
list_usersList all workspace users

Response Size & Context Limits

search_calls can return a lot of data. Under the hood it:

  • Auto-paginates up to ~5000 calls (50 API pages) per query
  • Applies client-side filters (participant, customer, tracker, duration, etc.) after pagination
  • Returns a rich per-call format (metadata + summary + topics + participants) by default

Guardrails built in:

  • If the formatted output would exceed MAX_MCP_OUTPUT_LENGTH (default 50000 chars, configurable via env var), the tool automatically falls back to a compact table with a warning. You still get every call ID and title β€” drill in with get_call_summary on specific ones.
  • include: ["outline"] is expensive (~80KB per call). Avoid it in multi-call searches.
  • Tracker data is filtered to only show trackers matching your trackers filter (or non-zero trackers if no filter) β€” no more walls of (0x) noise.

If your query hits the output cap, narrow it:

  1. Tighten fromDateTime / toDateTime
  2. Add scope: "External" or scope: "Internal"
  3. Add minDuration: 600 to skip short no-shows
  4. Add customerName or trackers filter
  5. Drop heavy include options like outline

Prerequisites

  • Node.js 18+ or Docker
  • Gong API credentials (Access Key and Secret)
Getting API Credentials
  1. Log into Gong as an admin
  2. Go to Company Settings β†’ Ecosystem β†’ API
  3. Click Create API Key
  4. Save both the Access Key and Secret (the secret is only shown once)
Installation

Option 1: npx (no install required)

Terminal
npx gongio-mcp

Option 2: Global npm install

Terminal
npm install -g gongio-mcp
gongio-mcp

Option 3: From source

bash
git clone https://github.com/JustinBeckwith/gongio-mcp.git
cd gongio-mcp
npm install
npm run build
node dist/index.js

Option 4: Docker (build locally)

bash
git clone https://github.com/JustinBeckwith/gongio-mcp.git
cd gongio-mcp
docker build -t gongio-mcp .
docker run --rm -i \
  -e GONG_ACCESS_KEY=your-access-key \
  -e GONG_ACCESS_KEY_SECRET=your-secret-key \
  gongio-mcp
Configuration

Set your Gong credentials as environment variables:

server.ts
export GONG_ACCESS_KEY="your-access-key"
export GONG_ACCESS_KEY_SECRET="your-secret-key"

Or pass them inline:

bash
GONG_ACCESS_KEY=your-key GONG_ACCESS_KEY_SECRET=your-secret npx gongio-mcp
Client Setup

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

Using npx:

config.json
{
  "mcpServers": {
    "gong": {
      "command": "npx",
      "args": ["gongio-mcp"],
      "env": {
        "GONG_ACCESS_KEY": "your-access-key",
        "GONG_ACCESS_KEY_SECRET": "your-secret-key"
      }
    }
  }
}

Using Docker:

config.json
{
  "mcpServers": {
    "gong": {
      "command": "docker",
      "args": ["run", "--rm", "-i",
               "-e", "GONG_ACCESS_KEY",
               "-e", "GONG_ACCESS_KEY_SECRET",
               "gongio-mcp"],
      "env": {
        "GONG_ACCESS_KEY": "your-access-key",
        "GONG_ACCESS_KEY_SECRET": "your-secret-key"
      }
    }
  }
}

Claude Code

Using npx:

Terminal
claude mcp add gong -e GONG_ACCESS_KEY=your-key -e GONG_ACCESS_KEY_SECRET=your-secret -- npx gongio-mcp

Using Docker (after docker build -t gongio-mcp .):

Terminal
claude mcp add gong -e GONG_ACCESS_KEY=your-key -e GONG_ACCESS_KEY_SECRET=your-secret -- docker run --rm -i -e GONG_ACCESS_KEY -e GONG_ACCESS_KEY_SECRET gongio-mcp

Available Tools

list_calls β€” List Gong calls with date filtering

List calls with optional date range and workspace filters. Returns minimal call metadata (ID, title, date, duration).

Parameters:

ParameterRequiredDescription
fromDateTimeNoStart date in ISO 8601 format (e.g., 2024-01-01T00:00:00Z)
toDateTimeNoEnd date in ISO 8601 format (e.g., 2024-01-31T23:59:59Z)
workspaceIdNoFilter calls by workspace ID (use list_workspaces to find IDs)
cursorNoPagination cursor for next page

get_call β€” Get metadata for a specific call

Get the URL, timing, direction, scope, system, and other metadata for one call. Faster than get_call_summary when you only need call metadata.

Parameters:

ParameterRequiredDescription
callIdYesGong call ID (numeric string)

get_call_summary β€” AI-generated call summary

Get an AI-generated summary including brief overview, key points, topics, action items, and detailed outline. This is the recommended way to understand a call β€” use get_call_transcript only if you need exact quotes.

Parameters:

ParameterRequiredDescription
callIdYesGong call ID (numeric string)

get_call_transcript β€” Full speaker-attributed transcript

Get the raw transcript with speaker attribution. Transcripts are paginated (default 10KB) to prevent context overflow β€” use maxLength and offset to navigate.

Parameters:

ParameterRequiredDescription
callIdYesGong call ID (numeric string)
maxLengthNoMaximum characters to return (default: 10000, max: 100000)
offsetNoCharacter offset to start from for pagination (default: 0)

search_calls β€” Advanced call search

Search calls with advanced filters including participant lookup, customer name search, and rich content selection. Automatically paginates through all results and returns participant info, brief summary, and topics by default.

Parameters:

Date & workspace

ParameterDescription
fromDateTimeStart date in ISO 8601 format
toDateTimeEnd date in ISO 8601 format
workspaceIdFilter by workspace ID (use list_workspaces to find IDs)
callIdsArray of specific call IDs to retrieve

Host / participant

ParameterDescription
primaryUserIdsHost user IDs (server-side)
primaryUserEmailsHost emails (case-insensitive)
excludePrimaryUserIdsExclude these host user IDs
participantUserIdsAny participant (host/attendee/invitee) user IDs
excludeParticipantUserIdsExclude calls where any participant has these user IDs
participantEmailsAny participant emails (case-insensitive)
excludeParticipantEmailsExclude calls where any participant has these emails

Content & customer

ParameterDescription
customerNameFuzzy match against CRM account name, external email domains, and titles
titleContainsSubstring match on call title (case-insensitive)
trackersCalls where matching tracker(s) fired (count > 0). Workspace-specific β€” use get_trackers to discover

Metadata

ParameterDescription
scopeExternal, Internal, or Unknown
directionInbound, Outbound, Conference, or Unknown
systemConferencing platform (e.g., Zoom) β€” case-insensitive substring
languageLanguage code (e.g., eng) β€” case-insensitive exact match
minDurationMinimum duration in seconds
maxDurationMaximum duration in seconds

Response shape

ParameterDescription
includeAdditional data to return β€” see table below

include options:

ValueWhat it addsSize
keyPointsAI-extracted key points as bullets~5KB/call
trackersKeyword/smart tracker hits with counts~3KB/call
highlightsAI-curated highlight clips grouped by theme~3KB/call
speakersTalk time per participant~1KB/call
commentsPublic comments left on the callvaries
contextCRM account/opportunity linkage (HubSpot, Salesforce)~1KB/call
outlineFull section-by-section outline with items~80KB/call (large)
mediaAudio/video URLs (valid 8 hours)~3KB/call

Defaults (always returned): participants, brief summary, and topics β€” ~3KB per call.

Filter behavior notes:

  • Filters combine with AND logic. primaryUserIds + participantUserIds compose: primary narrows server-side, participant post-filters.
  • customerName matches any of: CRM account Name field, external participant email domain, or call title (case-insensitive substring).
  • trackers names are workspace-specific β€” call get_trackers first to see what's configured. Match is case-insensitive substring (so "competitor" matches both "Competitors" and "Competitor Mentions").
  • When trackers filter is set, the relevant tracker content is auto-included and the output shows only the trackers you asked about. Without a filter, only non-zero trackers are shown.
  • An empty result returns "No calls found" rather than an error.

See Response Size & Context Limits for how large-result fallback works.

search_calls_by_account β€” Find calls by account/company (email domain)

Find calls involving a specific account or company by matching the email domains of external participants. The Gong API does not natively support filtering by account name (a known gap) β€” this tool fetches calls in the date range and post-filters on parties[].emailAddress. Auto-paginates the underlying /v2/calls/extensive endpoint up to maxCalls.

Use this when:

  • A prospect has multiple email domains (acme.com, acme.io, regional TLDs) and you need them all
  • You need to join external enrichment data (e.g., "all prospects on Klaviyo" from BuiltWith / Clearbit / a vendor-stack graph) β€” resolve to a domain list upstream and pass it here
  • Domain-based matching is more reliable than CRM Account names that drift across systems

Parameters:

ParameterRequiredDescription
domainsYesEmail domains, e.g. ["acme.com", "acme.io"]. A call matches if any external participant has an email at one of these domains.
fromDateTimeNoStart date in ISO 8601 format
toDateTimeNoEnd date in ISO 8601 format
workspaceIdNoFilter by workspace ID
primaryUserIdsNoPre-narrow by call host user IDs (faster, server-side)
matchCrmAccountNoAlso match where a CRM Account context object name contains a domain root (e.g. "acme" from "acme.com"). Requires CRM integration. Default false.
maxCallsNoMax calls to fetch & filter (default: 500, max: 5000). Auto-paginates underlying API.
cursorNoPagination cursor (advanced)

Cost note: This is fetch-then-filter. A 90-day window with no other narrowing typically pages through 1–5 API calls. Combine with primaryUserIds to bound cost on long ranges.

search_calls_by_opportunity β€” Find calls linked to a CRM Opportunity

Find calls linked to specific CRM Opportunities by ID or name substring. Requires Gong-CRM integration (Salesforce / HubSpot) β€” calls without CRM linkage will not match.

Use this when:

  • You want every call on a specific deal β€” opportunityIds: ["006xxxxx"] is the most precise option
  • Opportunity names are descriptive (e.g. "Acme Q4 Renewal") and you want fuzzy matching across renamed/duplicated opportunities

Parameters:

ParameterRequiredDescription
opportunityIdsAt least one of opportunityIds or opportunityNames is requiredCRM Opportunity IDs (e.g., Salesforce 18-character IDs)
opportunityNamesAt least one of opportunityIds or opportunityNames is requiredName substrings (case-insensitive) matched against the Name field of Opportunity context objects
fromDateTimeNoStart date in ISO 8601 format
toDateTimeNoEnd date in ISO 8601 format
workspaceIdNoFilter by workspace ID
primaryUserIdsNoPre-narrow by call host user IDs
maxCallsNoMax calls to fetch & filter (default: 500, max: 5000)
cursorNoPagination cursor (advanced)

Cost note: Uses the same fetch-then-filter pattern as search_calls_by_account. CRM context lookup adds no extra API calls β€” it rides on the same /v2/calls/extensive request with context: "Extended".

search_transcripts β€” Free-text keyword search across transcripts

Free-text keyword search across call transcript sentences within a bounded date range. Two-phase: (1) /v2/calls/extensive narrows the call set by date + optional primaryUserIds / domains, (2) /v2/calls/transcript fetches transcripts for the narrowed set and returns sentence-level matches with speaker attribution and timestamps.

Prefer Gong Trackers for recurring terms. For competitor names, ESP/tech terms (Klaviyo, Braze, Iterable, Postscript, Attentive, Sendgrid, Customer.io, etc.), and other terms you'll search for repeatedly β€” set them up as Gong Trackers in the UI (one-time, ~30 minutes for ~20 terms). Then use get_trackers + search_calls + get_call_summary instead. Trackers are server-side, the cost is dramatically lower, and they surface counts and timestamps natively. Use search_transcripts for ad-hoc one-offs.

Cost guard: Date ranges greater than 30 days require additional narrowing via primaryUserIds or domains. A 6-month unbounded scan would burn API quota and is rejected at the schema level.

Parameters:

ParameterRequiredDescription
keywordsYesKeywords to search for. Each must be at least 2 characters.
fromDateTimeYesStart of date window (ISO 8601).
toDateTimeYesEnd of date window (ISO 8601).
primaryUserIdsRequired if window > 30 days and domains not setNarrow to calls hosted by these users before scanning
domainsRequired if window > 30 days and primaryUserIds not setNarrow to calls with external parties from these domains before scanning
workspaceIdNoFilter by workspace ID
caseSensitiveNoDefault false.
wholeWordNoDefault true β€” "ai" will not match "said" or "again". Set false for substring matching.
maxCallsNoMax calls to scan (default: 500).
maxMatchesPerCallNoMax sentence matches returned per call (default: 10) β€” prevents context overflow on calls with many hits.

Returns: Sentence-level matches grouped by call, including speaker name and affiliation (when available), keyword matched, timestamp (mm:ss), and the sentence snippet.

get_trackers β€” List keyword trackers

List all keyword tracker definitions including tracked phrases, affiliation (whose speech is tracked), and filter queries. Explains tracker hits visible in get_call_summary output.

Parameters:

ParameterRequiredDescription
workspaceIdNoFilter trackers by workspace ID (use list_workspaces to find IDs)

list_workspaces β€” List all workspaces

List all Gong workspaces with their IDs and names. Use these IDs as filters in list_calls, search_calls, get_trackers, and other tools. Most companies have 1–3 workspaces (e.g., by region or product line).

Parameters: None

get_user β€” Get a user's profile

Get a specific user's profile including name, email, title, phone, and settings. Useful for resolving user IDs returned from call data.

Parameters:

ParameterRequiredDescription
userIdYesGong user ID (numeric string)

search_users β€” Search users by filter

Search and filter users by IDs or creation date. More flexible than list_users for resolving specific user IDs from call data in bulk.

Parameters:

ParameterRequiredDescription
userIdsNoArray of specific user IDs to look up
createdFromDateTimeNoFilter users created after this datetime (ISO 8601)
createdToDateTimeNoFilter users created before this datetime (ISO 8601)
cursorNoPagination cursor

list_users β€” List all workspace users

List all Gong users in your workspace. Returns name, email, and title for each user.

Parameters:

ParameterRequiredDescription
cursorNoPagination cursor
includeAvatarsNoWhether to include user avatar URLs

list_library_folders β€” List public call library folders

List all public Gong call library folders for a workspace. Returns folder IDs and names used with get_library_folder_calls. Private and archived folders are not returned.

Parameters:

ParameterRequiredDescription
workspaceIdYesWorkspace ID to list folders for (use list_workspaces to find IDs)

get_library_folder_calls β€” Get calls in a library folder

Get all calls saved in a specific Gong library folder. Returns call IDs, titles, curator notes, and snippet timing for clips. Call IDs can be passed directly to get_call_summary or get_call_transcript.

Parameters:

ParameterRequiredDescription
folderIdYesLibrary folder ID (numeric string, from list_library_folders)

Available Resources

gong://users β€” All workspace users

Returns a markdown-formatted list of all users in your Gong workspace. Useful for resolving user IDs found in call data.

Parameters: None

Example Prompts

Once connected to Claude, you can ask:

  • "List my Gong calls from last week"
  • "Get the details for call 123456789"
  • "Show me a summary of call 123456789"
  • "Get the transcript for call 789012"
  • "What workspaces do we have in Gong?"
  • "What keywords is Gong tracking for competitors?"
  • "What call library folders do we have in Gong?"
  • "Show me the calls in the 'Best Discovery Calls' library folder"
  • "Who are all the users in our Gong workspace?"
  • "Search for calls hosted by Justin (user ID 232255198215877499) in July 2025"
  • "Look up these user IDs: 111, 222, 333"
  • "Show me all calls from the past 60 days with anyone at acme.com or acme.io"
  • "Find every call attached to opportunity 006xxxxx"
  • "Find Q3 calls where prospects mentioned Klaviyo or Braze, narrowed to John's calls"

Contributing

Interested in contributing? Check out CONTRIBUTING.md for development setup, testing instructions, and guidelines.

The repository includes gong-openapi.json β€” a local copy of the Gong API OpenAPI spec. It's useful as a reference when adding new tools: use it to look up endpoint paths, parameter names, and response shapes without leaving your editor. The latest spec can be downloaded from the Gong API documentation.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • Blockscout Mcp Server logoBlockscout Mcp Server

    Provide AI agents and automation tools with contextual access to blockchain data including balance…

    πŸ’» Developer Tools0 views
    Compare vs Blockscout Mcp Server β†’
  • W
    Windows MCP

    An MCP Server for computer-use in Windows OS

    πŸ’» Developer Tools1 views
    Compare vs Windows MCP β†’

Frequently Asked Questions about Gongio Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "gongio-mcp": { "command": "npx", "args": ["-y", "gongio-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGongio Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/gongio-mcp?style=directory)](https://allmcps.com/mcp/gongio-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/gongio-mcp"><img src="https://allmcps.com/api/badge/gongio-mcp?style=directory" alt="Gongio Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/5 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
25Quality signal: Emerging Β· 25/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools10/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Gongio Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code