mcpserver.lol
registry/rakesh1002-agentdrive
Connection check verified live · 26h ago

rakesh1002-agentdrive

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

Tools 20
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

20 tools

Read from the running server on 26h ago.

drive_activity workspace_id*
Get recent activity in a workspace (file writes, comments, shares).
drive_comment body*file_id*line_endline_startworkspace_id*
Add a comment to a file.
drive_context task*limitworkspace_id
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-trivia…
drive_delete file_id*workspace_id*
Delete a file from a workspace.
drive_feedback file_id*workspace_id*
Read human comments on a file. Use this to check if humans have left feedback.
drive_invite roleemail*
Invite a human to your organization by email. They will receive a verification code to join.
drive_list prefixworkspace_id*
List files in a workspace, optionally filtered by path prefix.
drive_log_run task*run_idstatusmetadataduration_msartifacts_produced +1
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 retrospec…
drive_org
View your organization details: agents, members, plan, and usage.
drive_read file_id*workspace_id*
Read a file's content from a workspace.
drive_recall query*top_k
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…
drive_roles emailaction*permissionworkspace_id*
Manage per-workspace role delegation. Assign, list, or remove access for specific emails (view/comment/edit).
drive_sandbox_clone url*depthbranchworkspace_id*
[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 configur…
drive_sandbox_commit message*author_nameauthor_emailworkspace_id*
[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 cmd*cwdtimeout_msworkspace_id*
[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…
drive_sandbox_read path*workspace_id*
[EXPERIMENTAL] Read a file from the per-workspace sandbox filesystem (build artifacts, test output, logs). Requires Cloudflare Containers; degrades to 503 otherwise.
drive_search query*top_kfilterworkspace_id
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 c…
drive_share emailfile_idmax_usesexpires_inpermission*workspace_id*
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 file…
drive_versions file_id*workspace_id*
View version history for a file in a workspace.
drive_write path*content*messageworkspace_id*
Write a markdown file to a workspace. Creates or updates the file with automatic versioning.