project lore for Gemini CLI
io.github.tamas-fm/project-lore
A local-first MCP server that routes development tasks to authoritative project documentation.
client:Gemini CLI
transport:stdio
runtime:npm
Install project lore in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"project-lore": {
"command": "npx",
"args": [
"-y",
"project-lore-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs