Back to Home
xxyyue icon

ida_domain_mcp

by xxyyue

Overview

A headless IDA Pro server for remote, programmatic binary analysis and reverse engineering via the Model Context Protocol (MCP).

Installation

Run Command
uvx ida-domain-mcp --transport http://127.0.0.1:8744

Environment Variables

  • IDADIR

Security Notes

The `py_eval` tool allows execution of arbitrary Python code within the IDA context. While intended as a powerful feature for analysis agents, this is a critical security risk if the server is exposed to untrusted input or if not run in a strictly isolated and trusted environment. The server can also be configured to listen over HTTP/SSE, which introduces network-based attack vectors if not properly secured with authentication and authorization. No apparent hardcoded secrets in the server's own code.

Similar Servers

Stats

Interest Score32
Security Score3
Cost ClassHigh
Avg Tokens1000
Stars15
Forks1
Last Update2025-12-30

Tags

IDA ProReverse EngineeringBinary AnalysisCTFMCP Server