ghidralens
Rank #16,435io.github.hellosverre/ghidralens
Interactive Ghidra views in your AI client: decompile, rename, and navigate a binary.
ghidralens is a Model Context Protocol (MCP) server published by hellosverre. It ranks #16,435 of 132,113 servers tracked on MCP Toplist. ghidralens is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 27, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 115,678 of 132,113 servers on MCP Toplist.
Use ghidralens
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ghidralens -e "GHIDRALENS_TOKEN=<your GHIDRALENS_TOKEN>" -e "GHIDRALENS_BRIDGE_URL=<your GHIDRALENS_BRIDGE_URL>" -- npx -y ghidralensReplace each placeholder with your own value before saving.
[mcp_servers.ghidralens]
command = "npx"
args = ["-y", "ghidralens"]
[mcp_servers.ghidralens.env]
GHIDRALENS_TOKEN = "<your GHIDRALENS_TOKEN>"
GHIDRALENS_BRIDGE_URL = "<your GHIDRALENS_BRIDGE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghidralens": {
"command": "npx",
"args": [
"-y",
"ghidralens"
],
"env": {
"GHIDRALENS_TOKEN": "<your GHIDRALENS_TOKEN>",
"GHIDRALENS_BRIDGE_URL": "<your GHIDRALENS_BRIDGE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghidralens": {
"command": "npx",
"args": [
"-y",
"ghidralens"
],
"env": {
"GHIDRALENS_TOKEN": "<your GHIDRALENS_TOKEN>",
"GHIDRALENS_BRIDGE_URL": "<your GHIDRALENS_BRIDGE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ghidralens": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ghidralens"
],
"env": {
"GHIDRALENS_TOKEN": "<your GHIDRALENS_TOKEN>",
"GHIDRALENS_BRIDGE_URL": "<your GHIDRALENS_BRIDGE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghidralens": {
"command": "npx",
"args": [
"-y",
"ghidralens"
],
"env": {
"GHIDRALENS_TOKEN": "<your GHIDRALENS_TOKEN>",
"GHIDRALENS_BRIDGE_URL": "<your GHIDRALENS_BRIDGE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ghidralens": {
"command": "npx",
"args": [
"-y",
"ghidralens"
],
"env": {
"GHIDRALENS_TOKEN": "<your GHIDRALENS_TOKEN>",
"GHIDRALENS_BRIDGE_URL": "<your GHIDRALENS_BRIDGE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hellosverre%2Fghidralens)<a href="https://mcptoplist.com/server/io.github.hellosverre%2Fghidralens"><img src="https://mcptoplist.com/badge/io.github.hellosverre%2Fghidralens.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
hellosverre
Other servers by hellosverre
View all hellosverre servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 28, 2026 |
Frequently asked questions
- Who maintains ghidralens?
- ghidralens is maintained by hellosverre, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is ghidralens listed on the Official MCP Registry?
- Yes — ghidralens is listed on the Official MCP Registry, alongside Glama.
- How many versions does ghidralens have?
- MCP Toplist tracks 1 version of ghidralens, most recently published on Aug 28, 2026.
- Where can I find the source code for ghidralens?
- The source code for ghidralens is hosted at github.com/hellosverre/ghidralens.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.