compound-mcp-server
If you are the rightful owner of compound-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Provides a Model Context Protocol (MCP) server for interacting with Groq models, including compound/meta models.
The groq-compound-mcp-server is a specialized server designed to facilitate interactions with Groq models through the Model Context Protocol (MCP). It supports compound and meta models, offering tools for real-time information retrieval and code execution. The server operates using stdio for transport, making it compatible with various MCP clients such as Claude Desktop or custom implementations. Installation requires Node.js version 18.0.0 or higher, and a valid Groq API key must be set in the environment variables. The server can be deployed locally or hosted on platforms like Vercel, where it can leverage additional services like Redis for enhanced performance. The server is built to be flexible, allowing developers to integrate it into their existing workflows seamlessly.
Features
- Supports compound and meta models for advanced interactions.
- Provides real-time information retrieval and code execution tools.
- Compatible with various MCP clients using stdio transport.
- Easily deployable on platforms like Vercel with environment variable support.
- Built with Node.js, ensuring a modern and efficient runtime environment.
Tools
ask_with_realtime_information
Tool for retrieving real-time information from Groq models.
ask_with_code_execution
Tool for executing code within the context of Groq models.