Skip to content
Gemini CLI

Mitos for Gemini CLI

io.github.dovahkiin-v/mitos

Architectural decision memory for LLM-native workflows — markdown for humans, a graph for agents.

client:Gemini CLI transport:stdio runtime:pypi

Install Mitos in Gemini CLI

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

{
  "mcpServers": {
    "mitos": {
      "command": "uvx",
      "args": [
        "mitos-adr"
      ]
    }
  }
}

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

Mitos in other clients