By Mnexa-AI
Give your agent a drive. Write files by path, get instant public rendered URLs, compile LaTeX to a shareable PDF, and hand work off between agents — over the AgentDrive MCP (OAuth, no API key to paste). Adds /publish, /drive, and /compile.
Official developer kit for AgentDrive — an artifact store for AI agents. Read, write, and search files by path; share by rendered URL.
AgentDrive is a remote MCP server with OAuth 2.1 (PKCE + dynamic client registration). The product is the hosted service at https://api.agentdrive.run — this repo holds the client-side pieces: language SDKs, the agent Skill, and connector metadata. No server source lives here.
Listed in the official MCP Registry as
run.agentdrive/agentdrive.
The plugin wires the AgentDrive MCP and installs the agentdrive skill + /publish, /drive, /compile. One command detects your agents (Claude Code, Codex, Cursor) and installs to each:
npx plugins add Mnexa-AI/agentdrive-sdk
Or per agent:
# Claude Code
claude plugin marketplace add Mnexa-AI/agentdrive-sdk && claude plugin install agentdrive@agentdrive
# Codex
codex plugin marketplace add Mnexa-AI/agentdrive-sdk
# Cursor
/add-plugin agentdrive
First tool use opens the OAuth sign-in — no API key to paste.
For agents without a plugin system, add the remote MCP directly:
| Agent | How |
|---|---|
| Claude (Desktop/web) | Settings → Connectors → Add custom connector → https://api.agentdrive.run/mcp |
| ChatGPT | Settings → Apps & Connectors → Developer Mode → Add connector → https://api.agentdrive.run/mcp (OAuth) |
| Codex | codex mcp add (streamable HTTP) → codex mcp login agentdrive |
| Gemini CLI | Add to settings.json under mcpServers |
| Claude Code | claude mcp add --transport http agentdrive https://api.agentdrive.run/mcp |
Full paste-ready blocks: docs/add-to-your-agent.md. Cross-agent instructions: AGENTS.md.
| Path | Contents |
|---|---|
plugin/ | The Claude Code plugin — wires the MCP + bundles the skill + /publish /drive /compile. Installed via the marketplace.json at the repo root. |
sdk/ | REST SDKs for Python, TypeScript, and Go, generated from the live OpenAPI spec |
skills/ | The agentdrive agent Skill (synced from the production service) |
connector/ | server.json (MCP registry manifest), connector icon, llms.txt |
docs/ | Connect-your-agent guide, plus mirrored setup.md / auth.md / api.md |
AGENTS.md | Cross-agent usage guide (Codex, Cursor, Copilot, Windsurf, Zed read this natively) |
Generated from https://api.agentdrive.run/openapi.json via openapi-generator. See sdk/README.md.
# Python (once published)
pip install agentdrive-sdk
# TypeScript / Node (once published)
npm install @agentdrive/sdk
# Go
go get github.com/Mnexa-AI/agentdrive-sdk/sdk/go
The bare
agentdrivepackage on PyPI is the stdio MCP companion; the REST SDK ships asagentdrive-sdk.
MIT © Mnexa AI
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub mnexa-ai/agentdrive-sdk --plugin agentdriveAuthenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verification, and audit-grade send/receive. 18 MCP tools over hosted streamable HTTP with OAuth.
Efficient skill management system with progressive discovery — 410+ production-ready skills across 33+ domains
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications