groq-compound-mcp-server
@groq
About groq-compound-mcp-server
Groq Compound Beta MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"groq-compound": {
"command": "npx",
"args": [
"-y",
"groq-compound-mcp-server"
],
"env": {
"GROQ_API_KEY": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is groq-compound-mcp-server?
It is a Model Context Protocol (MCP) server that provides tools for interacting with Groq models, including compound/meta models. It is designed for developers integrating Groq AI capabilities into MCP-compatible clients.
How to use groq-compound-mcp-server?
Install the package via npm install groq-compound-mcp-server, set the GROQ_API_KEY environment variable, and configure an MCP client (e.g., Claude Desktop) to launch the server using npx groq-compound-mcp-server. Alternatively, deploy on Vercel with optional Redis for SSE support.
Key features of groq-compound-mcp-server
- Provides tools
ask_with_realtime_informationandask_with_code_execution. - Uses stdio transport for standard MCP integration.
- Supports deployment on Vercel for remote access.
- Optional SSE transport via Redis for Vercel deployments.
- Requires only Node.js ≥ 18.0.0 and a Groq API key.
Use cases of groq-compound-mcp-server
- Query Groq models with access to real-time web information.
- Execute code through Groq’s compound models.
- Integrate Groq AI into MCP-compatible clients like Claude Desktop.
- Deploy a serverless MCP endpoint on Vercel.
FAQ from groq-compound-mcp-server
What tools does groq-compound-mcp-server expose?
It exposes two tools: ask_with_realtime_information and ask_with_code_execution.
What are the prerequisites for running groq-compound-mcp-server?
Node.js ≥ 18.0.0 and a Groq API key set in the GROQ_API_KEY environment variable.
How do I deploy groq-compound-mcp-server on Vercel?
Connect your Git repository to Vercel, set GROQ_API_KEY and optionally REDIS_URL environment variables, and deploy. The MCP endpoints will be available at https://your-deployment-url.vercel.app/api/mcp.
Does groq-compound-mcp-server support SSE transport?
Yes, when deployed on Vercel, it supports SSE transport if a Redis instance (configured via REDIS_URL) is provided.
What transport does groq-compound-mcp-server use by default?
By default, it uses stdio transport, following the standard MCP server pattern.
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments