Skip to content
Cursor

ghidralens for Cursor

io.github.hellosverre/ghidralens

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

client:Cursor transport:stdio runtime:npm

Install ghidralens in Cursor

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

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>"
      }
    }
  }
}

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

ghidralens in other clients