IDA-doc-hint-mcp
This project provides documentation and utilities for working with IDA Pro through MCP (Machine Code Processor).
IDA Pro MCP Documentation and Utilities
This project provides documentation and utilities for working with IDA Pro through MCP (Machine Code Processor).
This project was a for-fun for myself to learn how to use MCP, it is not meant for real-life use.
⚠️ System Requirements
- IDA Pro installation is required
- Python 3.8 or higher
🔧 Prerequisites
- IDA Pro Installation
- Ensure you have a working installation of IDA Pro
- Set the
IDADIR
environment variable to point to your IDA Pro installation directory# Example (PowerShell): $env:IDADIR = "C:\Program Files\IDA Pro" # or set it permanently through Windows System Properties > Environment Variables
📥 Installation
-
Install Poetry (if not already installed)
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
OR
pipx install poetry
-
Install Dependencies
poetry install
🚀 Setting up the MCP Server
- Cursor MCP configuration setup
"ida-pro-doc": { "command": "<venv_python_path>/python.exe", "args": [ "<path_to_project>/server.py" ] }
🔍 Troubleshooting
-
If you encounter issues with MCP server:
- Ensure
IDADIR
environment variable is correctly set - Verify IDA Pro installation is working properly
- Check if any antivirus software is blocking the connections
- Ensure
-
Common Issues:
- "IDADIR not found": Set the environment variable as shown in Prerequisites
- Connection refused: Make sure no other instance of MCP server is running
- Windows only: This project has been tested and is supported only on Windows systems
- Cursor only: This project has only been tested inside of cursor but should work with other software.
📝 Notes
- The server uses idalib and opening ida pro is not required! (this is supported only after IDA 9.0)
- Always ensure IDA Pro is properly closed before starting the MCP server
- The MCP server needs to be running for any IDA Pro automation scripts to work
- This project is Windows-only at the moment - other operating systems are not supported but should work (with a little tweaking)
- This is a rough stupid implementation but it works for my tests, it allows the LLM to better understand the api of ida-pro it's accessible to, this will help developing plugins and scripts for ida!
For any and all questions feel free to reach out to me at
📄 License
MIT License
Copyright (c) 2024 IDA Pro MCP Documentation and Utilities
Related MCP Servers
View all developer_tools servers →Sequential Thinking
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Everything MCP Server
by modelcontextprotocol
The Everything MCP Server is a comprehensive test server designed to demonstrate the full capabilities of the Model Context Protocol (MCP). It is not intended for production use but serves as a valuable tool for developers building MCP clients.
context7
by upstash
Context7 MCP provides up-to-date, version-specific documentation and code examples directly into your prompt, enhancing the capabilities of LLMs by ensuring they use the latest information.
exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
repomix
by yamadashy
Repomix is a tool that packs your codebase into AI-friendly formats, making it easier to use with AI tools like LLMs.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.