Skip to content
Gemini CLI

Enoch for Gemini CLI

io.github.alias8818/enoch

Operate an Enoch control plane through MCP tools

client:Gemini CLI transport:stdio runtime:pypi

Install Enoch 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": {
    "enoch": {
      "command": "uvx",
      "args": [
        "enoch-mcp"
      ],
      "env": {
        "ENOCH_API_URL": "<ENOCH_API_URL>",
        "ENOCH_API_TOKEN": "<ENOCH_API_TOKEN>"
      }
    }
  }
}

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

Enoch in other clients