groq-mcp-server

groq-mcp-serverは、データ処理と分析を効率化するためのPythonベースのサーバーです。特に、GroqのMCP(Machine Control Protocol)を利用した自動化ワークフローをサポートしており、開発者が迅速にアプリケーションを構築できるように設計されています。使いやすいAPIを提供し、データのストレージや解析を簡素化します。

GitHubスター

30

ユーザー評価

未評価

お気に入り

0

閲覧数

9

フォーク

11

イシュー

0

インストール方法
難易度
上級
推定所要時間
20-45

インストール方法

1Clone the repository:
bash
   git clone https://github.com/groq/groq-mcp-server
   cd groq-mcp
   
2Run the setup script:
bash
   ./scripts/setup.sh
   
This will: - Create a Python virtual environment using uv - Install all dependencies - Set up pre-commit hooks - Activate the virtual environment
3Run the Claude install script:
bash
   ./scripts/install.sh
   
On Macs, this will install the Groq MCP server in Claude Desktop, at ~/Library/Application Support/Claude/claude_desktop_config.json. Make sure to refresh or restart Claude Desktop.
4Copy .env.example to .env and add your Groq API key:

追加リソース