SimpliRF/gnuradio_mcp
3.2
If you are the rightful owner of gnuradio_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This repository provides an example of a Model Context Protocol (MCP) server for GNU Radio, demonstrating how an LLM can interact with a flowgraph.
GNU Radio MCP Example
This repository contains an example MCP (Model Context Protocol) server for GNU Radio to illustrate the idea of an LLM interacting with a flowgraph.
Dependencies
- Python [>=3.12.4]
- mcp (python-sdk) [>=1.6.0]
- GNU Radio [>=3.10.12]
GNU Radio Installation
The best way to install GNU Radio for these experiments is to the virtualenv setup by uv, which is a prerequisite to run this server.
You will also need to export the library path as:
export LD_LIBRARY_PATH=/path/to/venv/lib
GPL License
Copyright (c) 2025 SimpliRF, LLC.
cdsp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
cdsp is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with cdsp. If not, see <https://www.gnu.org/licenses/>.