Skip to content
Grok

mcp sigrok for Grok

io.github.daedalus/mcp-sigrok

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

client:Grok transport:stdio runtime:pypi

Install mcp sigrok in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp sigrok in other clients