Skip to main content
Glama
HexRaysSA

IDA MCP

Official
by HexRaysSA

IDA MCP

⚠️ Experimentelle Vorabversion ️

Dieses Repository ist aktiv in Arbeit, bitte nicht verwenden.

IDA GUI Plugin

Um IDA-GUI-Instanzen bei der Verwendung von IDA MCP zu unterstützen, installiere das Plugin:

uvx ida-hcli plugin install https://github.com/HexRaysSA/ida-mcp
# or if you have hcli installed:
hcli plugin install https://github.com/HexRaysSA/ida-mcp

Hinweis: Ohne das GUI-Plugin funktioniert IDA MCP nur headles.

Related MCP server: IDA Auto MCP

MCP-Installation

Anforderungen

  • In deinem PATH installiert

  • IDA 9.4 oder höher mit idalib und Python 3.11+

  • Andere IDA MCP-Server müssen deaktiviert werden, um Verwirrung bei Agenten zu vermeiden

Claude Code

claude plugin marketplace add HexRaysSA/claude-marketplace
claude plugin install ida-mcp@HexRaysSA

Codex CLI

codex plugin marketplace add HexRaysSA/codex-marketplace
codex plugin add ida-mcp@HexRaysSA

Pi

pi install git:github.com/HexRaysSA/ida-mcp@latest

oh-my-pi

omp plugin install github:HexRaysSA/ida-mcp#latest

Andere Agenten

Konfiguriere einen regulären stdio-MCP-Server in deiner MCP-JSON-Konfiguration:

{
  "mcpServers": {
    "ida": {
      "command": "uvx",
      "args": [
        "ida-nexus",
        "mcp",
        "--agent=my-agent"
      ]
    }
  }
}

uvx löst die neueste stabile ida-nexus-Version von PyPI auf, sodass diese Konfiguration nicht für jedes Release aktualisiert werden muss. Die Auflösung von Vorabversions-Abhängigkeiten ist derzeit erforderlich, da ida-domain als Entwicklungsrelease veröffentlicht wird.

--agent=my-agent ist eine von Menschen gewählte Bezeichnung (wie claude-code, cursor, my-custom-agent usw.), die verwendet wird, um Sitzungen in einem Metrik-Dashboard zu unterscheiden.

Wir haben die folgenden Clients getestet, aber jeder MCP-Client sollte ähnlich funktionieren:

Beispielverwendung

Starte dein Agent-Harness und frage es zum Beispiel:

Analysiere /path/to/sample.elf für mich

Um die GUI-Integration zu testen, öffne etwas in IDA und frage dein Harness:

Was habe ich in der IDA-GUI geöffnet?

Entwickler: IDA Nexus

Das IDA MCP-Projekt basiert auf IDA Nexus, das mehreren Clients ermöglicht, IDA-Datenbanken nahtlos gemeinsam zu nutzen und zu bearbeiten.

Du kannst deine eigenen Tools auf Basis der ida-nexus-Bibliothek erstelltellen, siehe die Dokumentation für weitere Informationen.

A
license - permissive license
A
quality
A
maintenance

Maintenance

0dRelease cycle
2Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    Enables AI-assisted reverse engineering in IDA Pro by providing tools to analyze binaries, decompile functions, manage comments, search patterns, and interact with the IDA database through natural language.
    56
    2
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    A headless IDA Pro MCP server that enables AI agents to automatically open, analyze, and query multiple binary files simultaneously without manual GUI interaction. It provides 36 tools for tasks like decompilation, disassembly, and cross-reference analysis through IDA's idalib library.
    12
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables LLM clients like Claude to interact with IDA Pro for binary analysis, decompilation, cross-references, patching, and more via 41 MCP tools, 8 resources, and 7 guided prompts.
    50
    MIT

View all related MCP servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HexRaysSA/ida-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server