Groq Mcp Client
@YeshwanthSadum
About Groq Mcp Client
A free MCP client server that leverages GroqCloud's high-performance inference capabilities and connects to both local and remote MCP servers.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"groq-mcp-client": {
"command": "uv",
"args": [
"venv",
"#",
"Creates",
".venv",
"directory"
]
}
}
}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 Mcp Client?
A CLI chat tool that connects to MCP (Model Context Protocol) servers—both local stdio and remote SSE—and uses Groq’s language models to interact with them. Intended for developers who want a natural‑language interface to MCP‑enabled data sources and tools.
How to use Groq Mcp Client?
Clone the repository, create a virtual environment (recommended with uv), install dependencies via uv pip install -e ., then add a .env file with your GROQ_API_KEY and CLIENT_MODEL. Configure the MCP servers in server_config.json (list local scripts under "stdio_servers" and remote SSE endpoints under "sse_servers"). Finally, run python src/main.py to start the interactive chat.
Key features of Groq Mcp Client
- CLI chat interface for MCP servers
- Supports both stdio and SSE server transports
- Uses Groq’s API for model inference
- Configurable model via
CLIENT_MODELenvironment variable - Works with local and public MCP servers
Use cases of Groq Mcp Client
—
FAQ from Groq Mcp Client
What dependencies does it require?
Python and uv (for environment management); a Groq API key is mandatory.
How do I configure MCP servers?
Edit server_config.json: list local script paths under "stdio_servers" and remote SSE URLs under "sse_servers".
Where can I find public SSE servers?
Explore active SSE servers at ui.nanda-registry.com/explorer.
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ICSS
chokcoco不止于 CSS
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments