compound-mcp-server

compound-mcp-server

21

The groq-compound-mcp-server is an MCP server designed for interaction with Groq models, including compound and meta models. It operates through a standard MCP pattern and can be deployed using Vercel for efficient hosting.

groq-compound-mcp-server

Provides a Model Context Protocol (MCP) server for interacting with Groq models, including compound/meta models.

Features

  • Tools exposed: ask_with_realtime_information, ask_with_code_execution

Prerequisites

  • Node.js >= 18.0.0
  • Groq API key set in the GROQ_API_KEY environment variable

Usage

  • Follows the standard MCP server pattern using stdio for transport
  • Designed to be run by an MCP client like Claude Desktop or a custom client
  • Use the command npx groq-compound-mcp-server or groq-compound-mcp-server to run the server

Hosting on Vercel

  • Connect Git repository to Vercel
  • Set environment variables in Vercel project (Groq API key, optional Redis URL)
  • Build command detected as a Next.js application
  • Access MCP server endpoints at your Vercel deployment URL

Development with Vercel CLI

  • Install Vercel CLI and set environment variables locally
  • Run the server with vercel dev or npm run dev:vercel

License

MIT