Odel
mcp sigrok

mcp sigrok

Local
@daedalus2PythonMITUpdated 4mo ago

MCP server exposing sigrok-cli functionality for logic analyzer hardware and protocol decoding

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-sigrokv0.1.0

Run

uvx mcp-sigrok

MCP client config

{
  "mcpServers": {
    "mcp-sigrok": {
      "command": "uvx",
      "args": [
        "mcp-sigrok"
      ]
    }
  }
}