MCP
python3 -m venv .venv または python -m venv .venv source .venv/bin/activate pip install --upgrade pip pip install -r requirements.txt .venv\Scripts\python.exe app.py
ローカルMCP + Groq + OpenAI Agents SDK
この授業用サンプルには以下のものが含まれています:
app.py: 複数のツールを備えた常駐型のローカルStreamable HTTP MCPサーバー。mcp_groq_agent.ipynb: それらのツールを発見して呼び出すエージェント。
セットアップ
Python 3.10 以降を使用してください。ターミナルでこのプロジェクトフォルダーに移動し、仮想環境を作成して、サーバーとノートブックの両方に必要なものをすべてインストールしてください(必要に応じて python3.11 はご自分のPythonコマンドに置き換えてください):
cd /Users/somenathmandal/Documents/transfer/grok-playground/MCP
python3.11 -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt例に基づいて .env を作成し、Groq APIキーを入力してください:
cp .env.example .envGROQ_API_KEY=replace_with_your_groq_key
GROQ_MODEL=openai/gpt-oss-20b.env は絶対にコミットや共有をしないでください。.gitignore によって除外されています。
Related MCP server: OpenClaw MCP Server
MCPサーバーを起動する
MCPサーバーをターミナルで起動し、実行したままにしてください:
source .venv/bin/activate
.venv/bin/python app.pyStreamable HTTP エンドポイントは、次の場所で利用できます:
http://127.0.0.1:8000/mcpそのターミナルは開いたままにしてください。サーバーを停止するには Ctrl+C を押してください。
エージェントノートブックを実行する
2つ目のターミナルで:
cd /Users/somenathmandal/Documents/transfer/grok-playground/MCP
source .venv/bin/activate
jupyter lab mcp_groq_agent.ipynbJupyterが尋ねてきた場合は .venv のPythonカーネルを選択し、セルを上から下へ実行してください。ノートブックは http://127.0.0.1:8000/mcp に直接接続します。app.py を起動したりインポートしたりしません。Groq APIキーは .env から読み込まれ、ノートブックに保存されることはありません。
コンポーネントの連携方法
Notebook agent
-> Groq OpenAI-compatible API (model reasoning and tool selection)
-> http://127.0.0.1:8000/mcp (tool discovery and execution)
-> app.py MCP toolsMCP接続のセルを実行する前に、サーバーが起動している必要があります。ノートブックが接続エラーを報告した場合、まずサーバーのターミナルに Uvicorn が http://127.0.0.1:8000 で実行中であると表示されているか確認してください。
ノートブックはまた、ノートブックランチャーから引き継がれる古い証明書ファイルの環境変数にも備えています。参照先のパスが存在しない場合にのみ証明書変数を削除し、有効なカスタム証明書設定は保持されます。
MCP
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceFlask-based server that exposes callable tools via HTTP endpoints for AI agents like Gemini CLI, enabling agent orchestration, tool introspection, and workflow automation with a centralized tool registry.
- AlicenseNot gradedqualityDmaintenanceExposes your OpenClaw assistant to Claude Desktop via Streamable HTTP transport, enabling interaction between the two AI systems.111MIT

Granoflow MCP Serverofficial
AlicenseBqualityBmaintenanceExposes Granoflow's local REST API and CLI as tools for AI agents, IDEs, and automation, enabling task and project management via natural language.19270MIT- FlicenseNot gradedqualityCmaintenanceExposes nit's code review agent as tools for Claude, enabling local path and GitHub PR/commit/URL review over Streamable HTTP.
Related MCP Connectors
16 AI-native tools with dual SSE + streamable-http transport. Free tier available.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/saptarshi060787/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server