Skip to content
Gemini CLI

idamesh for Gemini CLI

io.github.jordanro2/idamesh

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

client:Gemini CLI transport:stdio runtime:pypi

Install idamesh in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "idamesh": {
      "command": "uvx",
      "args": [
        "idamesh"
      ],
      "env": {
        "IDADIR": "<IDADIR>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

idamesh in other clients