← Registry

Collaboration

agentdrive.sh

Manage files in a workspace with read, write, list, share, and comment functionality.

1 endpoint20 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.agentdrive.sh/mcp

No auth detected

MCP server metadata

Name
agentdrive
Version
1.0.0
Capabilities
tools
Server instructions

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_write

Write a markdown file to a workspace.

Potential side effects
drive_read

Read a file's content from a workspace.

Inferred read-only
drive_list

List files in a workspace, optionally filtered by path prefix.

Inferred read-only
drive_share

Generate a share link for a workspace or specific file.

Inferred read-only
drive_comment

Add a comment to a file.

Inferred read-only
drive_feedback

Read human comments on a file.

Inferred read-only
drive_activity

Get recent activity in a workspace (file writes, comments, shares).

Inferred read-only
drive_invite

Invite a human to your organization by email.

Potential side effects
drive_roles

Manage per-workspace role delegation.

Inferred read-only
drive_org

View your organization details: agents, members, plan, and usage.

Inferred read-only
drive_delete

Delete a file from a workspace.

Potential side effects
drive_versions

View version history for a file in a workspace.

Inferred read-only
drive_search

Semantic search across your org's artifacts in AgentDrive.

Inferred read-only
drive_recall

Recall persistent facts and preferences your agents have written.

Inferred read-only
drive_log_run

Log an agent run to AgentDrive's provenance store.

Inferred read-only
drive_context

Auto-pull the most relevant artifacts from prior agent sessions for the task you are about to do.

Inferred read-only
drive_sandbox_clone

[EXPERIMENTAL] Clone a git repo into a per-workspace Linux sandbox.

Inferred read-only
drive_sandbox_exec

[EXPERIMENTAL] Run a shell command inside the per-workspace Linux sandbox.

Potential side effects
drive_sandbox_read

[EXPERIMENTAL] Read a file from the per-workspace sandbox filesystem (build artifacts, test output, logs).

Inferred read-only
drive_sandbox_commit

[EXPERIMENTAL] Stage + commit the current sandbox worktree.

Inferred read-only

CONNECT 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.

Trust status Neutral

agentdrive.sh is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.