Back to Home
echo-smith664 icon

compound-mcp-server

Verified Safe

by 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

Run Command
npx groq-compound-mcp-server

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-11-20

Tags

AIGroqModel Context ProtocolToolingAgent