Provides Model Context Protocol (MCP) utilities and documentation for automating and enhancing interaction with IDA Pro's API, enabling improved plugin and script development on Windows systems.
Unlock the full potential of IDA-doc-hint-mcp through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
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!