groq-compound-mcp-server
@groq
关于 groq-compound-mcp-server
Groq Compound Beta MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"groq-compound": {
"command": "npx",
"args": [
"-y",
"groq-compound-mcp-server"
],
"env": {
"GROQ_API_KEY": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is groq-compound-mcp-server?
It is a Model Context Protocol (MCP) server that provides tools for interacting with Groq models, including compound/meta models. It is designed for developers integrating Groq AI capabilities into MCP-compatible clients.
How to use groq-compound-mcp-server?
Install the package via npm install groq-compound-mcp-server, set the GROQ_API_KEY environment variable, and configure an MCP client (e.g., Claude Desktop) to launch the server using npx groq-compound-mcp-server. Alternatively, deploy on Vercel with optional Redis for SSE support.
Key features of groq-compound-mcp-server
- Provides tools
ask_with_realtime_informationandask_with_code_execution. - Uses stdio transport for standard MCP integration.
- Supports deployment on Vercel for remote access.
- Optional SSE transport via Redis for Vercel deployments.
- Requires only Node.js ≥ 18.0.0 and a Groq API key.
Use cases of groq-compound-mcp-server
- Query Groq models with access to real-time web information.
- Execute code through Groq’s compound models.
- Integrate Groq AI into MCP-compatible clients like Claude Desktop.
- Deploy a serverless MCP endpoint on Vercel.
FAQ from groq-compound-mcp-server
What tools does groq-compound-mcp-server expose?
It exposes two tools: ask_with_realtime_information and ask_with_code_execution.
What are the prerequisites for running groq-compound-mcp-server?
Node.js ≥ 18.0.0 and a Groq API key set in the GROQ_API_KEY environment variable.
How do I deploy groq-compound-mcp-server on Vercel?
Connect your Git repository to Vercel, set GROQ_API_KEY and optionally REDIS_URL environment variables, and deploy. The MCP endpoints will be available at https://your-deployment-url.vercel.app/api/mcp.
Does groq-compound-mcp-server support SSE transport?
Yes, when deployed on Vercel, it supports SSE transport if a Redis instance (configured via REDIS_URL) is provided.
What transport does groq-compound-mcp-server use by default?
By default, it uses stdio transport, following the standard MCP server pattern.
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome Mlops
visengerA curated list of references for MLOps
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
🚀 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,
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论