Maindex Expert Memory Service for Gemini CLI
io.maindex/expert
Full-control memory API for AI agents — memories, collections, links, search, and bulk operations.
client:Gemini CLI
transport:streamable-http
Install Maindex Expert Memory Service in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"expert": {
"httpUrl": "https://expert.maindex.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs