ida-pro-mcp
Active·★ 9.0k·MIT·Updated 2026-05-29
★ Trending★ Essential
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
IDA Pro MCP is a straightforward Model Context Protocol (MCP) server that integrates IDA Pro with various MCP clients, enabling powerful LLM-assisted reverse engineering. It offers a comprehensive, type-safe API for accessing and modifying IDA Pro's internal state, streamlining automated analysis workflows.
#IDA Pro#Reverse Engineering#MCP#Python#LLM#Coding
01
Features
01Type-safe API with TypedDict schemas for better IDE support and LLM structured outputs
02Batch-first design where most operations accept both single items and lists
03Consistent error handling where all batch operations return structured error information
04Cursor-based pagination for search functions to manage large results
05Performance optimization with string caching to avoid repeated build_strlist calls
02
Compatibility
Amazon Q Developer CLI
Supported
Verified via docs
Augment Code
Supported
Verified via docs
Claude
Supported
Verified via docs
Claude Code
Supported
Verified via docs
Cline
Supported
Verified via docs
Codex
Supported
Verified via docs
03
Quick start
1
$ pip uninstall ida-pro-mcp
2
$ pip install https://github.com/mrexodia/ida-pro-mcp/archive/refs/heads/main.zip
3
$ ida-pro-mcp --install
04
Use cases
↳LLM-assisted reverse engineering directly within IDA Pro
↳Automating binary analysis tasks and programmatic modification of IDA Pro's database
↳Integrating IDA Pro's rich context with various Model Context Protocol (MCP) clients
05
Alternatives
Gemini CLI★ 104.7k
An open-source AI agent that brings the power of Gemini directly into your terminal. Supports native MCP.
dagster★ 15.6k
An orchestration platform for the development, production, and observation of data assets.
ragflow★ 81.5k
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs
Context7★ 56.4k
MCP Server that provides up-to-date code documentation for LLMs and AI code editors.
GitHub MCP Server★ 30.3k
GitHub's official MCP Server. Allows AI agents to interact directly with your GitHub repositories (read files, search code, issues).
n8n★ 190.2k
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
Related searches
Comments
Log in to leave a comment
No comments yet. Be the first!