6 hours ago
AgentDrive is a cross-agent artifact workspace with provenance and portable storage across Claude Code, Codex, Cursor, and LangGraph. 20 MCP tools: file CRUD, semantic recall over workspace artifacts, run logging, cross-agent attribution, comments, and shares. Connect to the hosted server at https://mcp.agentdrive.sh/mcp with an Authorization: Bearer key, or run locally via npx @adrive/mcp-server. Free tier (1 GB + 10k embeddings) at https://app.agentdrive.sh — no credit card.
Server Config
{
"mcpServers": {
"agentdrive": {
"command": "npx",
"args": [
"-y",
"@adrive/mcp-server"
],
"env": {
"AGENTDRIVE_API_KEY": "<YOUR_AGENTDRIVE_API_KEY>"
}
}
}
}