GnuRadio
GNU Radio MCP Server (gr-mcp)
gr-mcp は、GNU Radioのフローグラフ操作をAIアシスタントや自動化クライアント向けのツールとして公開するMCPサーバーです。FastMCPに基づいて構築されており、SDRワークフローのプログラムによる生成、編集、検証、エクスポートを目的としています。
提供機能
利用可能なGNU Radioブロックの検出
プログラムによるブロックの作成と削除
ブロックパラメータの読み取り/書き込み操作
ブロック間の接続と切断
フローグラフの検証とエラー検査
フローグラフの
.grc形式での保存
Related MCP server: GR-MCP
要件
インストール
リポジトリをクローンします:
git clone https://github.com/yoelbassin/gr-mcp
cd gr-mcpGNU Radioがまだインストールされていない場合はインストールします:
システムのGNU Radioパッケージを参照できる仮想環境を作成します:
uv venv --system-site-packagesGNU Radioは通常システムレベルのPythonパッケージとしてインストールされるため、--system-site-packages フラグが必要です。
MCPクライアントでの実行
MCPクライアントの設定(CursorやClaude Desktopなど)に gr-mcp を追加します:
{
"mcpServers": {
"gr-mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/gr-mcp",
"run",
"main.py"
]
}
}
}開発
開発用依存関係をインストールし、テストを実行します:
pip install -e ".[dev]"
pytestプロジェクトのステータス
本プロジェクトは現在活発に開発中です。コア機能は利用可能ですが、サーバーの成熟に伴いインターフェースが変更される可能性があります。
This server cannot be installed
Maintenance
Related MCP Servers
- Alicense-qualityCmaintenanceEnables control of Software Defined Radios and decoding of radio protocols through an AI-friendly Model Context Protocol interface, supporting RTL-SDR and HackRF hardware for signal analysis and protocol decoding.20MIT
- Alicense-qualityCmaintenanceAn MCP server that enables natural language-driven creation and management of GNU Radio flowgraphs with validated block connections and parameter configurations. It provides tools for searching the GNU Radio block library, detecting SDR hardware, and generating functional signal processing code.7MIT
- Alicense-qualityBmaintenanceConversational AI control for Software Defined Radio via the Model Context Protocol.5MIT
- Alicense-qualityCmaintenanceEnables natural language control of a live GNU Radio SDR flowgraph, allowing users to tune frequencies, adjust gain, capture IQ samples, analyze spectra, and detect signals through an MCP-compatible client.MIT
Related MCP Connectors
Amateur radio MCP server with band plans, EIRP, cable loss, antenna gains, and more
Radio MCP — wraps Radio Browser API (free, no auth)
US ISO Grid MCP — real-time electricity generation, fuel mix, demand,
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/yoelbassin/gr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server