Dexi Notes for Gemini CLI
net.dexi/mcp
Search and manage your Dexi notes: full-text and semantic search, tags, folders, spaced repetition.
client:Gemini CLI
transport:streamable-http
Install Dexi Notes in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"httpUrl": "https://mcp.dexi.net/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs