memol for Gemini CLI
app.memol/memol
Search, read, create and edit your Memol notes from Claude. Team note-taking with AI search.
client:Gemini CLI
transport:streamable-http
Install memol in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"memol": {
"httpUrl": "https://memol.app/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs