GnuRadio
GNU Radio MCP 服务器 (gr-mcp)
gr-mcp 是一个 MCP 服务器,它将 GNU Radio 流程图操作作为工具暴露给 AI 助手和自动化客户端。它基于 FastMCP 构建,旨在实现程序化的 SDR 工作流生成、编辑、验证和导出。
它提供了什么
发现可用的 GNU Radio 模块
程序化模块创建和移除
模块参数读/写操作
模块间的连接和断开
流程图验证和错误检查
流程图持久化为
.grc文件
Related MCP server: GR-MCP
要求
安装
克隆仓库:
git clone https://github.com/yoelbassin/gr-mcp
cd gr-mcp如果尚未安装,请安装 GNU Radio:
创建一个可以访问系统 GNU Radio 包的虚拟环境:
uv venv --system-site-packages必须使用 --system-site-packages 标志,因为 GNU Radio 通常作为系统级 Python 包安装。
使用 MCP 客户端运行
将 gr-mcp 添加到您的 MCP 客户端配置中(例如 Cursor 或 Claude Desktop):
{
"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