mcpbeat Sign in

IDA Pro MCP Fusion MCP Server

local only

IDA Pro MCP Fusion runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 29 Jul 2026.

IDA Pro MCP fusion with cache queries and multi-binary headless analysis.

Installs / week
not published
9
Stars
0 open issues
29 Jul 2026
Last commit
from GitHub
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Executes code built at runtime src/ida_pro_mcp/ida_mcp/api_python.py:37
            return __import__(module_name)
    config_path = os.path.join(config_dir, config_file)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to IDA Pro MCP Fusion

same job, measured the same way
Ghidra Retro MCP
by getanirao

Headless Ghidra MCP server with P-code emulation and multi-console ROM triage.

58 installs/wk local only
MCP Mat
by codelipenghui

Headless Eclipse MAT MCP server for Java heap dump analysis

42 installs/wk local only
Notion MCP Server
by awkoy

Token-auth Notion MCP: pages, databases, blocks, comments, files. Runs headless in CI and agents.

2 834 installs/wk local only
Ichabod
by ichabod

The headless professional network: create a profile, then let your agent find you matches via MCP.

answering
Obscura MCP
by metadrama

MCP server adapter for Obscura Rust headless browser — web scraping with anti-detection.

44 installs/wk local only
Powershell MCP
by imrrd

Headless Windows ops over MCP: hidden PowerShell plus in-process SSH, WinRM and SFTP.

123 installs/wk local only
Conduit
by bkauto3

Headless browser with SHA-256 audit trails and Ed25519-signed proof bundles for AI agents.

52 installs/wk local only
Lodd MCP Server
by hholen

Headless web analytics for AI agents. 42 MCP tools for traffic, events, funnels.

64 installs/wk local only

IDA Pro MCP Fusion — questions

Answers built from our own checks of this server.

Why is there no uptime for IDA Pro MCP Fusion?
IDA Pro MCP Fusion runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is IDA Pro MCP Fusion open source?
Yes — it is published under the MIT licence, written in Python and 9 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.