Back to Home
groq icon

compound-mcp-server

Verified Safe

by groq

Overview

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.

Installation

Run Command
npx -y groq-compound-mcp-server

Environment Variables

  • GROQ_API_KEY
  • REDIS_URL

Security Notes

The server correctly handles sensitive information (Groq API key, Redis URL) via environment variables. Input validation is performed using Zod schemas for tool arguments, mitigating common injection risks. There is no direct `eval` or arbitrary code execution exposed by the server itself; the 'code execution' capability is a feature of the underlying Groq AI models this server interfaces with. The use of `@vercel/mcp-adapter` and `express-rate-limit` (via `@modelcontextprotocol/sdk` dependency) suggests good practices for web endpoint security and abuse prevention.

Similar Servers

Stats

Interest Score41
Security Score9
Cost ClassMedium
Avg Tokens250
Stars43
Forks13
Last Update2026-01-07

Tags

MCP ServerGroq AIToolingAI ModelsNext.js