Collaboration
agentdrive.sh
Manage files in a workspace with read, write, list, share, and comment functionality.
ENDPOINT 1
https://mcp.agentdrive.sh/mcp
MCP server metadata
- Name
- agentdrive
- Version
- 1.0.0
AgentDrive — cross-agent artifact workspace with provenance for multi-agent workflows. Reach for these tools without waiting to be asked: - **Session start:** call `drive_context` with a short summary of the current task. Returns the most relevant artifacts and last_run summaries from prior agents' work in the same workspace, each with an `attribution` block explaining *why* it was surfaced. - **Cross-agent recall:** call `drive_search` (semantic) when the user asks "what did Codex / Cursor / the last session do?" - **Saving work:** call `drive_write` for any artifact worth keeping so the next agent in the chain can read it back. - **Provenance:** call `drive_log_run` at the end of meaningful work so the cross-agent timeline stays accurate. Privacy: if the user has Private Workspace on, written content is encrypted client-side; the AgentDrive server only stores ciphertext.
Known tools 20
drive_contextAuto-pull the most relevant artifacts from prior agent sessions for the task you are about to do.
Inferred read-onlydrive_sandbox_clone[EXPERIMENTAL] Clone a git repo into a per-workspace Linux sandbox.
Inferred read-onlydrive_sandbox_exec[EXPERIMENTAL] Run a shell command inside the per-workspace Linux sandbox.
Potential side effectsdrive_sandbox_read[EXPERIMENTAL] Read a file from the per-workspace sandbox filesystem (build artifacts, test output, logs).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentdrive]
url = "https://mcp.agentdrive.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentdrive": {
"type": "http",
"url": "https://mcp.agentdrive.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentdrive
Remote MCP URL: https://mcp.agentdrive.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentdrive": {
"url": "https://mcp.agentdrive.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentdrive": {
"type": "http",
"url": "https://mcp.agentdrive.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentdrive",
"transport": "streamable-http",
"url": "https://mcp.agentdrive.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentdrive.sh was fetched 2026-07-26T07:20:12.403Z and is being refreshed.
agentdrive.sh is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.