Skip to content
Gemini CLI

AgentDrive for Gemini CLI

com.tokencanopy/agentdrive

Artifact store for AI agents — read, write, and search files by path; share by rendered URL.

client:Gemini CLI transport:streamable-http

Install AgentDrive in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "agentdrive": {
      "httpUrl": "https://drive.mcp.tokencanopy.com/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

AgentDrive in other clients