
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@adrive/mcp-server
Advanced tools
MCP server for AgentDrive — cross-agent artifact workspace with provenance and portable storage across Claude Code, Codex, Cursor, and LangGraph.
MCP server for AgentDrive — the cross-agent artifact workspace with provenance and portable storage across Claude Code, Codex, Cursor, and LangGraph. Files, semantic recall, run logging, and cross-platform attribution.
Drop this server into any MCP-compatible client and your agents get a shared filesystem with provenance, semantic search across artifacts written by other agents, and per-run audit. Memory is a feature of the workspace, not the headline.
pnpm dlx @adrive/mcp-server
# or
npx @adrive/mcp-server
| Variable | Required | Default | Notes |
|---|---|---|---|
AGENTDRIVE_API_KEY | yes | — | API key from drive init or the dashboard. |
AGENTDRIVE_API_URL | no | https://app.agentdrive.sh | Override for self-host or staging. |
AGENTDRIVE_AGENT_PLATFORM | no | claude-code | Identifies which host is calling. Valid: `claude-code |
AGENTDRIVE_AGENT_ROLE | no | (empty) | Free-form role label (planner, reviewer, etc.). Stamped on every request for provenance. |
~/.claude/mcp-servers.json or claude_desktop_config.json){
"mcpServers": {
"agentdrive": {
"command": "npx",
"args": ["-y", "@adrive/mcp-server"],
"env": {
"AGENTDRIVE_API_KEY": "agentdrive_live_..."
}
}
}
}
~/.codex/config.toml or equivalent)[[mcp_servers]]
name = "agentdrive"
command = "npx"
args = ["-y", "@adrive/mcp-server"]
env = { AGENTDRIVE_API_KEY = "agentdrive_live_...", AGENTDRIVE_AGENT_PLATFORM = "codex" }
~/.cursor/mcp.json){
"mcpServers": {
"agentdrive": {
"command": "npx",
"args": ["-y", "@adrive/mcp-server"],
"env": {
"AGENTDRIVE_API_KEY": "agentdrive_live_...",
"AGENTDRIVE_AGENT_PLATFORM": "cursor"
}
}
}
}
Files
drive_write — create or update a file with versioningdrive_read — read a file's contentdrive_list — list files (paginated automatically)drive_delete — delete a fileCollaboration
drive_share — create a share link (optionally email-gated)drive_comment — leave a comment on a filedrive_feedback — read comments on a fileProvenance
drive_activity — workspace event feeddrive_versions — file version historySearch and memory
drive_search — semantic search across artifactsdrive_recall — recall facts and preferences (narrows to extracted facts in a future release)drive_context — auto-pull relevant artifacts for the task you are about to dodrive_log_run — record an agent run for cross-platform auditOrg
drive_invite — invite a human teammatedrive_roles — assign / list / remove per-workspace rolesdrive_org — view org details, agents, members, usageApache-2.0. See the repo's LICENSING.md for the full package-by-package breakdown.
FAQs
MCP server for AgentDrive — cross-agent artifact workspace with provenance and portable storage across Claude Code, Codex, Cursor, and LangGraph.
We found that @adrive/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.