A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
MCP server for GNU Radio
gr-mcp)gr-mcp is an MCP server that exposes GNU Radio flowgraph operations as tools for AI assistants and automation clients. It is built on FastMCP and designed for programmatic SDR workflow generation, editing, validation, and export.
.grc>=3.133.10.12.0)uvgit clone https://github.com/yoelbassin/gr-mcp
cd gr-mcp
uv venv
The easiest way to use gr-mcp with Claude Code is as a plugin. It handles MCP server setup automatically.
/plugin marketplace add yoelbassin/gr-mcp
/plugin install gr-mcp@gr-mcp
GNU Radio must be installed on your system before installing the plugin.
Add gr-mcp to your MCP client configuration (for example, Cursor or Claude Desktop):
{
"mcpServers": {
"gr-mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/gr-mcp",
"run",
"main.py"
]
}
}
}
Install development dependencies and run tests:
pip install -e ".[dev]"
pytest
This project is under active development. Core functionality is available, and interfaces may evolve as the server matures.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba