Skip to content
Gemini CLI

ITHZ MCP for Gemini CLI

dev.ithz/ithz-mcp

Local deterministic project memory for AI agents with context packs, gates and checkpoints.

client:Gemini CLI transport:stdio runtime:pypi

Install ITHZ MCP in Gemini CLI

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

{
  "mcpServers": {
    "ithz-mcp": {
      "command": "uvx",
      "args": [
        "ithz-mcp"
      ]
    }
  }
}

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

ITHZ MCP in other clients