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