Another™ MCP Server for Binary Ninja with superpower 🥵
Another™ For Binary Ninja MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Another™ MCP Server for Binary Ninja with superpower 🥵.
The MCP (Model Context Protocol) Server for Binary Ninja
Once Another™ For Binary Ninja is connected, these are the calls the assistant has available:
rename_symbol — Rename a function or a data variablepseudo_c — Get pseudo C code of a specified functionpseudo_rust — Get pseudo Rust code of a specified functionhigh_level_il — Get high level IL of a specified functionmedium_level_il — Get medium level IL of a specified functiondisassembly — Get disassembly of a function or specified rangeupdate_analysis_and_wait — Update analysis for the binary and wait forget_triage_summary — Get basic information from BinaryNinja Triage viewget_imports — Get dictionary of imported symbolsget_exports — Get dictionary of exported symbolsget_segments — Get list of memory segmentsget_sections — Get list of binary sectionsbinaryninja-mcp on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Another™ For Binary Ninja's toolset — rename_symbol, pseudo_c, pseudo_rust and 11 more — is a fair guide to whether it matches your workflow. It is maintained by MCPPhalanx; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| rename_symbol | Rename a function or a data variable |
| pseudo_c | Get pseudo C code of a specified function |
| pseudo_rust | Get pseudo Rust code of a specified function |
| high_level_il | Get high level IL of a specified function |
| medium_level_il | Get medium level IL of a specified function |
| disassembly | Get disassembly of a function or specified range |
| update_analysis_and_wait | Update analysis for the binary and wait for |
| get_triage_summary | Get basic information from BinaryNinja Triage view |
| get_imports | Get dictionary of imported symbols |
| get_exports | Get dictionary of exported symbols |
| get_segments | Get list of memory segments |
| get_sections | Get list of binary sections |
| get_strings | Get list of strings found in the binary |
| get_functions | Get list of functions |
{
"mcpServers": {
"binaryninja": {
"command": "uvx",
"args": ["binaryninja-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.