@mrexodia/ida-pro-mcp

by mrexodia · v1.0.0 · prompt

IDA Pro MCP Server - enables LLM-assisted reverse engineering by bridging IDA Pro with Model Context Protocol clients through a JSON-RPC HTTP server.

Install

Add @mrexodia/ida-pro-mcp to Claude Code with the PolySkill CLI: polyskill add @mrexodia/ida-pro-mcp

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview IDA Pro MCP Server - enables LLM-assisted reverse engineering by bridging IDA Pro with Model Context Protocol clients through a JSON-RPC HTTP server. **Architecture**: Dual-process design - **MCP Server** (`server.py`): Python >=3.11, runs via `uv`, proxies to the MCP server hosted by IDA - **IDA Plugin** (`ida_mcp/`): Runs inside IDA Pro, exposes MCP server over HTTP (port 13337+) ## Development Commands ### Testing MCP Server ```bash # Interactive MCP inspec…

Keywords: github, reverse-engineering, ida-pro, json-rpc, llm-integration, mcp-server, software-analysis, api-bridge, data-recovery