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.

What are the prerequisites for running the groq-compound-mcp-server?

You need Node.js version 18.0.0 or higher and a Groq API key set in the GROQ_API_KEY environment variable.

How can I deploy the server on Vercel?

Connect your Git repository to Vercel, set the necessary environment variables, and Vercel will handle the deployment as a Next.js application.

What transport method does the server use?

The server uses standard input/output (stdio) for transport, making it compatible with various MCP clients.

Can the server handle real-time data queries?

Yes, the server supports real-time information queries through the 'ask_with_realtime_information' tool.

Is there a specific build command for Vercel deployment?

Yes, use the build command 'npm run build:vercel' or its equivalent in yarn or pnpm.