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
{
"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