Knos for Gemini CLI
io.github.drexthealpha/knos
One local memory every coding agent on this machine shares, with claims so they don't collide.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Knos in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"knos": {
"command": "uvx",
"args": [
"knos"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs