Show HN: AgentDrive – persistent, versioned file storage for AI agents (tokencanopy.com)
AgentDrive gives agents:
- Versioned artifacts and folders - Hosted MCP access for coding agents - Direct upload sessions for larger files - Share links and controlled public publishing - Workspace-scoped authorization and auditability - Many supported file formats such as MD, HTML, JSON, images, videos, and even spreadsheets
The MCP surface is intentionally narrow and reviewed rather than exposing the entire storage API.
It’s a private beta, so some features are deliberately out of scope for now.
See more details: https://tokencanopy.com/products/agentdrive
Try the beta: https://app.tokencanopy.com/drive/
For MCP clients:
claude mcp add --transport http --scope user agentdrive https://drive.mcp.tokencanopy.com/mcp
claude mcp login agentdrive
codex mcp add agentdrive --url https://drive.mcp.tokencanopy.com/mcp
codex mcp login agentdrive
A public API/SDK integration experience is on the roadmap so that you can use AgentDrive in your product, but it is not available as a beta user interface today.We’d especially appreciate feedback on:
1. Was connecting and using AgentDrive through MCP clear? 2. Which tools or storage primitives are missing? 3. What would be the first workflow you ask your agents do with AgentDrive?
Open source repo is also on the roadmap so that you can host it on your own infrastructure! Sign up at tokencanopy.com for more future updates.
Any feedback or feature requests can be sent to support@team.tokencanopy.com
I'd love to personally connect with more founders and developers who are building in the coding agent infra space: https://github.com/jiashuoz
7 comments
[ 2.2 ms ] story [ 27.3 ms ] threadI recently open sourced Recall https://github.com/Polign/recall, which is sharing the memory and typed correctness across agents.
Everything is a soft delete. Every edit and update results in a new snapshot of the file (version).
Your project looks cool! AgentDrive itself isn't a memory system - it's a cloud-based file system that can be managed by agents. In other words, you can build a memory system on top of AgentDrive.
Open source is also on the roadmap!
I struggled with deletion and clean ups a lot and found that is the hardest part to solve of it all.