lore for Gemini CLI
io.github.jordanhindo/lore
Lightweight MCP for infinite agent memory. Any agent, any session, anytime.
client:Gemini CLI
transport:stdio
runtime:npm
Install lore in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"lore": {
"command": "npx",
"args": [
"-y",
"@jordanhindo/lore"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs