Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The official Model Context Protocol server for AgentDrive β a cross-agent artifact workspace with provenance and portable storage across Claude Code, Codex, Cursor, LangGraph, and any MCP-aware host.
Give your agents a shared, persistent workspace: files with versioning, semantic recall over everything prior agents produced, run logging, and cross-agent attribution β so the next session (on any tool) picks up where the last one left off.
@adrive/mcp-serverhttps://mcp.agentdrive.sh/mcpCreate one at https://app.agentdrive.sh β no credit card. The free tier (1 workspace, 1 GB storage, 10k embeddings) is free indefinitely.
Point any MCP client that supports remote servers at the hosted endpoint and pass your key as a bearer token:
Or install in one click via Smithery.
Add that block to your host's MCP config:
claude_desktop_config.json~/.cursor/mcp.jsonclaude mcp add agentdrive -- npx -y @adrive/mcp-server (set AGENTDRIVE_API_KEY in env)mcpServers block aboveThe fastest path is the AgentDrive installer, which auto-wires every detected host:
| Env var | Required | Default | Description |
|---|---|---|---|
AGENTDRIVE_API_KEY | yes | β | Your AgentDrive API key (agentdrive_live_...). |
AGENTDRIVE_API_URL | no | https://app.agentdrive.sh | Override the API endpoint (self-hosted worker). |
AGENTDRIVE_AGENT_PLATFORM | no | claude-code | Which agent runtime is calling β drives cross-agent provenance. One of claude-code, codex, cursor, langgraph, crewai, autogen, cline, continue, zed, unknown. |
AGENTDRIVE_AGENT_ROLE | no | β | Free-text role label (e.g. planner, reviewer) to distinguish multiple agents on the same platform. |
20 tools across files, memory, collaboration, org, and provenance.
| Tool | Category | Description |
|---|---|---|
drive_context | memory | Auto-pull the most relevant prior artifacts for the task you're starting. |
drive_search | memory | Semantic search across your org's artifacts. |
drive_recall | memory | Recall persistent facts/preferences agents have written. |
drive_write | files | Write a markdown file (auto-versioned). |
drive_read | files | Read a file's content. |
drive_list | files | List files in a workspace. |
drive_delete | files | Delete a file. |
drive_versions | files | View a file's version history. |
drive_share | collaboration | Generate a (optionally email-gated) share link. |
drive_comment | collaboration | Comment on a file. |
drive_feedback | collaboration | Read human comments on a file. |
drive_activity | provenance | Recent workspace activity (writes, comments, shares). |
drive_log_run | provenance | Log an agent run (task, status, artifacts, identity). |
drive_invite | org | Invite a human to your org by email. |
drive_roles | org | Assign/list/remove per-workspace access by email. |
drive_org | org | View org details: agents, members, plan, usage. |
drive_sandbox_clone | sandbox (experimental) | Clone a git repo into a per-workspace Linux sandbox. |
drive_sandbox_exec | sandbox (experimental) | Run a shell command in the sandbox. |
drive_sandbox_read | sandbox (experimental) | Read a file from the sandbox filesystem. |
drive_sandbox_commit | sandbox (experimental) | Stage + commit the sandbox worktree. |
The drive_sandbox_* tools require the Cloudflare Containers plan on the AgentDrive
worker and degrade cleanly to a "not configured" message otherwise.
Agents lose context at every session boundary and every tool switch. AgentDrive is the shared substrate: one workspace, every agent, full provenance. Write once with Claude Code; recall it from Cursor; hand off to Codex β each call is attributed to the right principal and platform.
Apache-2.0. See LICENSE.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agentdrive-2)<a href="https://allmcps.com/mcp/agentdrive-2"><img src="https://allmcps.com/api/badge/agentdrive-2?style=directory" alt="AgentDrive on AllMCPs" /></a>