MCP Directory

13bm/GhidraMCP

GitHub
Developer Tools

MCP server for integrating Ghidra with AI assistants. This plugin enables binary analysis, providing tools for function inspection, decompilation, memory exploration, and import/export analysis via the Model Context Protocol.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y ghidramcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from 13bm/GhidraMCP your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "ghidramcp": {
      "command": "npx",
      "args": [
        "-y",
        "ghidramcp"
      ]
    }
  }
}

Route 13bm/GhidraMCP intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add ghidramcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use 13bm/GhidraMCP directly without routing

npx -y ghidramcp

New to Agent-CoreX? View setup guide →

13bm/GhidraMCP MCP Server — Agent-CoreX