Skip to content
VS Code

AgentDrive for VS Code

com.tokencanopy/agentdrive

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

client:VS Code transport:streamable-http

Install AgentDrive in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentdrive": {
      "type": "http",
      "url": "https://drive.mcp.tokencanopy.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AgentDrive in other clients