docket for Gemini CLI
io.github.pasichdev/docket
One list every AI tool you use can write to — scoped per project, local-first, self-hostable.
client:Gemini CLI
transport:stdio
runtime:npm
Install docket in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"docket": {
"command": "npx",
"args": [
"-y",
"@pasichdev/docket"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs