← Back to Plugins
MCP Server MCP

idamesh

github By github 👁 1 views ▲ 0 votes

MCP server for IDA Pro: decompiler, disassembler, and analysis tools for MCP clients.

Homepage Verified source GitHub

Install

uvx idamesh

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "idamesh",
      "version": "1.0.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "MCP subcommand. 'worker' serves a single IDA database over stdio; 'supervisor' fronts multiple databases behind one endpoint; 'install' registers the resident GUI plugin.",
          "value": "worker",
          "type": "positional",
          "valueHint": "subcommand"
        }
      ],
      "environmentVariables": [
        {
          "description": "Path to the licensed IDA Pro installation, used to locate idalib/idapro. Required if IDA's Python API is not already importable on PYTHONPATH.",
          "format": "string",
          "name": "IDADIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...