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 real-time information and code execution capabilities.

Installation

Run Command
npx groq-compound-mcp-server

Environment Variables

  • GROQ_API_KEY
  • REDIS_URL

Security Notes

The server uses environment variables (GROQ_API_KEY, REDIS_URL) for sensitive information, which is good practice. While one tool is described as 'ask_with_code_execution', the implementation in `executeGroqQuery` simply passes the question to the Groq API. This means code execution (Python REPL interaction) is handled by the remote Groq model, not locally on the server itself via `eval` or `child_process` functions. This significantly mitigates local code execution vulnerabilities. Standard network requests are made to Groq API and optionally Redis.

Similar Servers

Stats

Interest Score45
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars41
Forks12
Last Update2025-12-02

Tags

MCPGroqAIToolsServer