Rust-native, multi-session headless IDA Pro MCP server with isolated workers and stdio or Streamable HTTP transports.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ida-headless-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"ida-headless-mcp"
]
}
}
}
Run in terminal:
claude mcp add ida-headless-mcp cargo run -- ida-headless-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"ida-headless-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"ida-headless-mcp"
]
}
}
}