Skip to content
Grok

ghidralens for Grok

io.github.hellosverre/ghidralens

Interactive Ghidra views in your AI client: decompile, rename, and navigate a binary.

client:Grok transport:stdio runtime:npm

Install ghidralens in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ghidralens": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ghidralens"
      ],
      "env": {
        "GHIDRALENS_TOKEN": "<GHIDRALENS_TOKEN>",
        "GHIDRALENS_BRIDGE_URL": "<GHIDRALENS_BRIDGE_URL>"
      }
    }
  }
}

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

ghidralens in other clients