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 Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
ICSS
chokcoco不止于 CSS
Awesome Mlops
visengerA curated list of references for MLOps
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント