elesync for Gemini CLI
io.github.darknodebros/elesync
Private local-first AI workspace for shared context, knowledge, tasks, and memories
client:Gemini CLI
transport:stdio
runtime:pypi
Install elesync in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"elesync": {
"command": "uvx",
"args": [
"elesync"
],
"env": {
"ELESYNC_DIR": "<ELESYNC_DIR>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs