toki toki for Gemini CLI
io.github.xfloukiex-lab/toki-toki
A local causality ledger: records decisions and the reasons, for an agent to recall.
client:Gemini CLI
transport:stdio
runtime:pypi
Install toki toki in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"toki-toki": {
"command": "uvx",
"args": [
"toki-toki-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs