Bookmark Lens for Gemini CLI
io.github.cornelcroi/bookmark-lens
Local-first bookmark management with semantic search and AI-powered organization
client:Gemini CLI
transport:stdio
runtime:pypi
Install Bookmark Lens in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"bookmark-lens": {
"command": "uvx",
"args": [
"bookmark-lens"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs