soulsketch for Gemini CLI
io.github.bytewizard42i/soulsketch
Portable, user-owned AI memory packs: read, validate, fingerprint, diff, and observe
client:Gemini CLI
transport:stdio
runtime:npm
Install soulsketch in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"soulsketch": {
"command": "npx",
"args": [
"-y",
"@soulsketch/mcp-server"
],
"env": {
"SOULSKETCH_ALLOWED_ROOTS": "<SOULSKETCH_ALLOWED_ROOTS>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs