Agentdrive Plugin
Description
AgentDrive plugin and MCP connector — an Agent Plugins 1.0 plugin, per-vendor marketplace manifests, and MCP Registry metadata. Works with Claude Code, Codex, Cursor, Copilot and more. SDKs live in tokencanopy/agentdrive-sdk.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
AgentDrive Plugin & Connector
AgentDrive (by Mnexa, Inc., in private preview) is an artifact store and remote drive for AI agents — this repository hosts the AgentDrive agent plugin, marketplace manifests, and MCP connector metadata, not the client SDKs.
MCP Endpoint
https://drive.mcp.tokencanopy.com/mcp
Streamable HTTP, OAuth 2.1 PKCE, no API key required.
Quick Install
Claude Code
claude plugin marketplace add tokencanopy/agentdrive-plugin
claude plugin install agentdrive@agentdrive
Codex
codex plugin marketplace add tokencanopy/agentdrive-plugin
For configuration guides across the other seven clients (Claude Desktop, Cursor, VS Code / Copilot, Windsurf, Gemini CLI, Zed, and any Agent Plugins 1.0 client), see [docs/add-to-your-agent.md](docs/add-to-your-agent.md).
What's in here
| Directory / Path | Contents |
|---|---|
plugin/ |
Agent Plugins 1.0 plugin (manifest, MCP config, skills, commands) |
connector/ |
MCP Registry metadata + icons |
.claude-plugin/, .cursor-plugin/, .agents/ |
Per-vendor marketplace manifests |
docs/ |
Client configuration and integration guides |
Not in here
The programmatic API client SDKs are maintained separately in [tokencanopy/agentdrive-sdk](https://github.com/tokencanopy/agentdrive-sdk):
- TypeScript / Node:
@tokencanopy/agentdrive-sdk(npm) - Python:
agentdrive-sdk(PyPI) - Go:
github.com/tokencanopy/agentdrive-sdk/sdk/go
Why this repo exists
The plugin previously lived inside `tokencanopy/agentdrive-sdk` alongside generated API clients. It was separated for two concrete reasons:
- No coupling. Nothing in the plugin imports the SDKs; nothing in the SDKs mentions MCP. They are two distinct products.
- Incompatible release models. The SDKs publish on tagged GitHub releases. Plugin marketplaces read a repository's default branch. Every routine SDK regeneration commit was instantly altering what installed plugin users rece
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11