gongio-mcp
Verified Safeby JustinBeckwith
Overview
Provides an MCP (Model Context Protocol) interface to query Gong.io calls, transcripts, and user data for AI clients like Claude.
Installation
npx gongio-mcpEnvironment Variables
- GONG_ACCESS_KEY
- GONG_ACCESS_KEY_SECRET
Security Notes
Secrets (Gong API credentials) are correctly handled via environment variables, preventing hardcoding. All API interactions use Zod for robust input validation, mitigating common injection risks. Network requests are directed to the official Gong API. No 'eval' or other obvious malicious patterns were found in the provided source code.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
compound-mcp-server
Provides a Model Context Protocol (MCP) server for interacting with Groq models, including compound/meta models, exposing tools for real-time information and code execution capabilities from the Groq AI.
mcp-sdk-go
A Go SDK for building applications that communicate with large language models and external tools via the Model Context Protocol (MCP), supporting both client and server implementations.
mcp-go-starter
A feature-complete Model Context Protocol (MCP) server template in Go demonstrating tools, resources, and prompts for AI agent interaction.