Interactive Ghidra views in your AI client: decompile, rename, and navigate a binary.
claude mcp add ghidralens -- npx -y ghidralens
claude_desktop_config.json
{
"mcpServers": {
"ghidralens": {
"command": "npx",
"args": [
"-y",
"ghidralens"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ghidralens": {
"command": "npx",
"args": [
"-y",
"ghidralens"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ghidralens": {
"command": "npx",
"args": [
"-y",
"ghidralens"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ghidralens": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ghidralens"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ghidralens": {
"command": "npx",
"args": [
"-y",
"ghidralens"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.hellosverre--ghidralens/reviews or the review_server meta-tool.
POST /mcp