Typesense Cloud for Gemini CLI
org.typesense/typesense-cloud
Add fast, typo-tolerant search to your site or app, and run the Typesense clusters behind it.
client:Gemini CLI
transport:streamable-http
Install Typesense Cloud in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"typesense-cloud": {
"httpUrl": "https://cloud.typesense.org/mcp/v1"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs