Groq Mcp Client
@YeshwanthSadum
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"groq-mcp-client": {
"command": "uv",
"args": [
"venv",
"#",
"Creates",
".venv",
"directory"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论