Workfile for Gemini CLI
io.github.illodev/workfile
Repository-native protocol and local MCP server for Work, Docs, History and durable project Memory.
client:Gemini CLI
transport:stdio
runtime:npm
Install Workfile in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"workfile": {
"command": "npx",
"args": [
"-y",
"@illodev/workfile"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs