
Yoelbassin/Gr Mcp
Let your coding agent create, edit, validate, run, and save GNU Radio flowgraphs through gr-mcp when you are building RF or SDR pipelines.
Overview
yoelbassin/gr-mcp is an agent skill for the Build phase that builds, edits, validates, executes, and saves GNU Radio signal-processing flowgraphs using gr-mcp tools.
Install
npx skills add https://github.com/yoelbassin/gr-mcp --skill SKILL.mdWhat is this skill?
- Build and edit GNU Radio flowgraphs via gr-mcp tool calls
- Validate flowgraphs before execution to catch graph errors early
- Execute pipelines and save flowgraphs for repeatable SDR workflows
- Covers the full create → modify → run loop in one skill surface
- 5 gr-mcp operations: build, edit, validate, execute, and save flowgraphs
Adoption & trust: 42 GitHub stars.
What problem does it solve?
You need to iterate GNU Radio flowgraphs quickly but manual GUI edits and opaque run failures slow your agent-assisted development.
Who is it for?
Solo SDR/RF builders who already run GNU Radio and gr-mcp and want natural-language flowgraph edits.
Skip if: Builders with no GNU Radio install, or projects that only need generic REST APIs without signal processing.
When should I use this skill?
User wants to create, modify, or run a GNU Radio signal processing pipeline with gr-mcp tools.
What do I get? / Deliverables
Your agent drives gr-mcp to produce validated, saved flowgraphs you can execute and revisit without rebuilding the pipeline from scratch each session.
- Validated flowgraph files
- Executed pipeline runs
- Saved reproducible graph artifacts
Recommended Skills
Journey fit
Flowgraph construction and execution are Build-time integration work wiring signal-processing blocks before you ship firmware or lab tooling. gr-mcp exposes GNU Radio as agent-callable tools—classic MCP integration rather than frontend or generic backend CRUD.
How it compares
An MCP-backed RF integration skill, not a general-purpose DevOps or frontend generator.
Common Questions / FAQ
Who is yoelbassin/gr-mcp for?
Indie developers and researchers building GNU Radio pipelines who want Cursor or Claude Code to manipulate flowgraphs through gr-mcp.
When should I use yoelbassin/gr-mcp?
During Build integrations when you want to create, modify, validate, run, or save a GNU Radio signal processing pipeline via agent tools.
Is yoelbassin/gr-mcp safe to install?
Check the Security Audits panel on this page; executing flowgraphs may access radios, files, and local devices—scope permissions narrowly.
SKILL.md
READMESKILL.md - Yoelbassin/Gr Mcp
Build, edit, validate, execute, and save GNU Radio flowgraphs using the gr-mcp tools. Use when the user wants to create, modify, or run a GNU Radio signal processing pipeline. # yoelbassin/gr-mcp { "description": "Build, edit, validate, execute, and save GNU Radio flowgraphs using the gr-mcp tools. Use when the user wants to create, modify, or run a GNU Radio signal processing pipeline." }