Skip to content
Cursor

mcp sigrok for Cursor

io.github.daedalus/mcp-sigrok

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

client:Cursor transport:stdio runtime:pypi

Install mcp sigrok in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp sigrok in other clients