Back to MCP Servers
GhidrAssistMCP
A native Model Context Protocol server for Ghidra. Includes GUI configuration and logging, 31 powerful tools and no external dependencies.
security
By jtang613
Installation
npx -y GhidrAssistMCPConfiguration
{
"mcpServers": {
"GhidrAssistMCP": {
"command": "npx",
"args": ["-y", "GhidrAssistMCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes