# AgentDrive MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/sh-agentdrive-agentdrive
- Repository: https://github.com/Rakesh1002/agentdrive-mcp
- Website: https://agentdrive.sh

## Install
- Endpoint: https://mcp.agentdrive.sh/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.agentdrive.sh/mcp
- Header: Authorization

## Tools
- drive_write - Write a markdown file to a workspace. Creates or updates the file with automatic versioning. Endpoint: https://mcp.agentdrive.sh/mcp
- drive_read - Read a file's content from a workspace. Endpoint: https://mcp.agentdrive.sh/mcp
- drive_list - List files in a workspace, optionally filtered by path prefix. Endpoint: https://mcp.agentdrive.sh/mcp
- 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. Endpoint: https://mcp.agentdrive.sh/mcp
- drive_comment - Add a comment to a file. Endpoint: https://mcp.agentdrive.sh/mcp
- drive_feedback - Read human comments on a file. Use this to check if humans have left feedback. Endpoint: https://mcp.agentdrive.sh/mcp
- drive_activity - Get recent activity in a workspace (file writes, comments, shares). Endpoint: https://mcp.agentdrive.sh/mcp
- drive_invite - Invite a human to your organization by email. They will receive a verification code to join. Endpoint: https://mcp.agentdrive.sh/mcp
- drive_roles - Manage per-workspace role delegation. Assign, list, or remove access for specific emails (view/comment/edit). Endpoint: https://mcp.agentdrive.sh/mcp
- drive_org - View your organization details: agents, members, plan, and usage. Endpoint: https://mcp.agentdrive.sh/mcp
- drive_delete - Delete a file from a workspace. Endpoint: https://mcp.agentdrive.sh/mcp
- drive_versions - View version history for a file in a workspace. Endpoint: https://mcp.agentdrive.sh/mcp
- 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. Endpoint: https://mcp.agentdrive.sh/mcp
- 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). Endpoint: https://mcp.agentdrive.sh/mcp
- 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. Endpoint: https://mcp.agentdrive.sh/mcp
- 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. Endpoint: https://mcp.agentdrive.sh/mcp
- 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. Endpoint: https://mcp.agentdrive.sh/mcp
- 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. Endpoint: https://mcp.agentdrive.sh/mcp
- 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. Endpoint: https://mcp.agentdrive.sh/mcp
- 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. Endpoint: https://mcp.agentdrive.sh/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: sh.agentdrive
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 4, 2026
- Source: https://registry.modelcontextprotocol.io
