Derive for Gemini CLI
to.derive/derive
Publish agent output to permanent versioned URLs, read review comments back, and revise.
client:Gemini CLI
transport:streamable-http
Install Derive in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"derive": {
"httpUrl": "https://derive.to/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs