loreweave for Gemini CLI
io.github.lets-order-some-fries/loreweave
Durable agent memory over a markdown vault: bitemporal facts, timelines, hybrid graph search.
client:Gemini CLI
transport:stdio
runtime:npm
Install loreweave in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"loreweave": {
"command": "npx",
"args": [
"-y",
"loreweave"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs