AgentDrive for Gemini CLI
sh.agentdrive/agentdrive
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
client:Gemini CLI
transport:streamable-http
tools:20
Install AgentDrive in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agentdrive": {
"httpUrl": "https://mcp.agentdrive.sh/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs