Ida documentation reader (sort-of) mcp server
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.
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
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
"ida-pro-doc": { "command": "/python.exe", "args": [ "/server.py" ] }
If you encounter issues with MCP server:
IDADIR
environment variable is correctly setCommon Issues:
For any and all questions feel free to reach out to me at sysc4lls@gmai.com
MIT License
Copyright (c) 2024 IDA Pro MCP Documentation and Utilities
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!