compound-mcp-server
Verified Safeby echo-smith664
Overview
Provides a Model Context Protocol (MCP) server that enables AI clients (like Claude Desktop) to interact with Groq's compound/meta models, offering tools for real-time information retrieval and simulated code execution.
Installation
npx groq-compound-mcp-serverEnvironment Variables
- GROQ_API_KEY
- REDIS_URL
Security Notes
The server's core functionality involves proxying user questions to the Groq API. It correctly uses environment variables for sensitive API keys (GROQ_API_KEY) and Redis connection strings (REDIS_URL), preventing hardcoding of secrets. There is no direct `eval` or arbitrary code execution by the server based on user input. The 'code execution' tool name refers to the *model's* capability, not the server's. The use of standard, well-maintained SDKs (`@modelcontextprotocol/sdk`, `groq-sdk`, `@vercel/mcp-adapter`) suggests good security practices in dependencies.
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.
groq-mcp-server
Provides a Model Context Protocol (MCP) server to access Groq's AI capabilities, including ultra-fast LLM chat, vision, text-to-speech, speech-to-text, agentic tooling, and batch processing, from clients like Claude Desktop and Cursor.
Grok-MCP
Provides an MCP server interface to xAI's Grok API, enabling access to agentic tool calling, image generation, vision, and reasoning models.