ida-mcp-rs

blacktop/ida-mcp-rs
★ 333 stars Rust 🌐 Browser/Web Updated 17d ago
Headless IDA Pro MCP Server
View on GitHub →

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-mcp-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ida-mcp-rs"
      ]
    }
  }
}

Topics

headlessidalibidapromcpmcp-serverrustrust-lang