Tabula for Gemini CLI
io.github.nikhilbhima/tabula
Cross-AI personal memory. Save once in ChatGPT, recall in Claude, Mistral, Grok, or any MCP client.
client:Gemini CLI
transport:streamable-http
Install Tabula in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tabula": {
"httpUrl": "https://www.tabula360.com/api/mcp/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs