mcpbeat

AgentDrive MCP Server

sh.agentdrive/agentdrive
answering

AgentDrive is answering right now. Last checked 13 min ago. It exposes 20 tools. Last commit 4 Jun 2026.

Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.

Uptime history 42 hours of history
42 hours agonow
100.0%
Uptime 24h
91 of 91 checks
20
Tools
read from the server
143 ms
Response time
average over 24h
0
Stars
last commit 4 Jun 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add agentdrive --transport http https://mcp.agentdrive.sh/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentdrive": {
      "url": "https://mcp.agentdrive.sh/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentdrive]
url = "https://mcp.agentdrive.sh/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agentdrive": {
      "url": "https://mcp.agentdrive.sh/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentdrive": {
      "url": "https://mcp.agentdrive.sh/mcp"
    }
  }
}

Available tools 20

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

drive
drive_activity
Get recent activity in a workspace (file writes, comments, shares).
drive_comment
Add a comment to a file.
drive_context
Auto-pull the most relevant artifacts from prior agent sessions for the task you are about to do. Combines semantic relevance with recency. Call this at the START of any non-trivial task to ground the agent in prior context — replaces manual copy-paste of artifacts between sessions.
drive_delete
Delete a file from a workspace.
drive_feedback
Read human comments on a file. Use this to check if humans have left feedback.
drive_invite
Invite a human to your organization by email. They will receive a verification code to join.
drive_list
List files in a workspace, optionally filtered by path prefix.
drive_log_run
Log an agent run to AgentDrive's provenance store. Captures task, status, referenced/produced artifacts, and cross-platform identity (which agent on which tool). Used for retrospective context retrieval and team-wide audit.
drive_org
View your organization details: agents, members, plan, and usage.
drive_read
Read a file's content from a workspace.
drive_recall
Recall persistent facts and preferences your agents have written. In v1 this returns semantic search results across artifacts; v1.5 will narrow to auto-extracted facts (preferences, decisions, key entities).
drive_roles
Manage per-workspace role delegation. Assign, list, or remove access for specific emails (view/comment/edit).
drive_sandbox_clone
[EXPERIMENTAL] Clone a git repo into a per-workspace Linux sandbox. Requires Cloudflare Containers on the AgentDrive worker; gracefully degrades to a 503 with "sandbox not configured" otherwise.
drive_sandbox_commit
[EXPERIMENTAL] Stage + commit the current sandbox worktree. Surfaces as an AgentDrive artifact at commits/<sha>.json. Requires Cloudflare Containers; degrades to 503 otherwise.
drive_sandbox_exec
[EXPERIMENTAL] Run a shell command inside the per-workspace Linux sandbox. Captures stdout/stderr (64 KB cap), exit code, duration. Requires Cloudflare Containers; degrades to 503 otherwise.
drive_sandbox_read
[EXPERIMENTAL] Read a file from the per-workspace sandbox filesystem (build artifacts, test output, logs). Requires Cloudflare Containers; degrades to 503 otherwise.
drive_search
Semantic search across your org's artifacts in AgentDrive. Returns the top-N most relevant files. Use this BEFORE writing similar artifacts to avoid duplication and surface prior context.
drive_share
Generate a share link for a workspace or specific file. Optionally email-gate the link so only a specific person can access it. Humans open this link to view, comment, or edit files.
drive_versions
View version history for a file in a workspace.
drive_write
Write a markdown file to a workspace. Creates or updates the file with automatic versioning.

Endpoints

URLTransportStateLatencyChecked
https://mcp.agentdrive.sh/mcp streamable-http answering 160 ms 13 min ago

AgentDrive — questions

Answers built from our own checks of this server.

What can AgentDrive do?
It exposes 20 tools, read directly from the server on our last check. Among them: drive_activity, drive_comment, drive_context, drive_delete, drive_feedback, drive_invite and 14 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is AgentDrive working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 143 ms. The bar chart above shows every period we have measured.
How do I connect AgentDrive?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does AgentDrive need an API key?
No. AgentDrive completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 20 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is AgentDrive?
It answers our handshake in 143 ms on average, which is faster than 75% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is AgentDrive open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.