Simple [MCP Server](https://modelcontextprotocol.io/introduction) to allow vibe reversing in IDA Pro.
Ida Pro MCP becomes available to MCP clients through the ida pro mcp mcp server. Simple MCP Server to allow vibe reversing in IDA Pro.
Simple MCP Server to allow vibe reversing in IDA Pro.
Once connected, the assistant can call these 2 tools directly:
Per — database health: call server_health(database=) (forwarded). idb_list() reports is_active from the supervisor's TCP/RPC probeIDA_MCP_MAX_WORKERS — environment default for --max-workersThe server is distributed via npm as @modelcontextprotocol/inspector, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
idapyswitch to switch to the newest Python version - IDA Pro (8.3 or higher, 9 recommended), IDA Free is not supported - Supported MCP Client (pick one you like) - Amazon Q Developer CLI - Augment Code -Database servers turn schema archaeology and ad-hoc reporting into conversation, which is why they tend to be the second or third server people install. Ida Pro MCP sits in that group, and the shape of its toolset — Per, IDA_MCP_MAX_WORKERS — tells you what it is really for. Worth comparing against the other databases servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Per | database health: call server_health(database=<id>) (forwarded). idb_list() reports is_active from the supervisor's TCP/RPC probe. |
| IDA_MCP_MAX_WORKERS | environment default for --max-workers. |
{
"mcpServers": {
"ida-pro": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/inspector"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
idapyswitch to switch to the newest Python version - IDA Pro (8.3 or higher, 9 recommended), IDA Free is not supported - Supported MCP Client (pick one you like) - Amazon Q Developer CLI - Augment Code -Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.