Iamgublin/ida-codex-mcp
IDA Codex MCP bridges IDA Pro 9.2 with the MCP ecosystem. It provides an IDA plugin and a stdio MCP server that expose function lists, call graphs, Hex‑Rays pseudocode, disassembly, imports/exports, xrefs, strings, and memory reads to MCP clients.
Platform-specific configuration:
{
"mcpServers": {
"ida-codex-mcp": {
"command": "npx",
"args": [
"-y",
"ida-codex-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...