$ Undisk MCP: Only we version every individual file mutation an AI agent makes over MCP and let you surgically undo any single write.

Your AI agent writes files to remote workspaces with automatic versioning, policy guardrails, and instant undo. Every mutation is a recoverable operation. Nothing is ever lost.

Cloud-to-Cloud Smart Placement UNDISK runs next to your LLM, not at the user's edge. When Claude, GPT, or your self-hosted model calls UNDISK, the round-trip is single-digit milliseconds — not a cross-continent hop. Your agent's file I/O is as fast as a local disk.

# Quick Start

1. Sign up and get your API key. 2. Connect with one command:

GitHub Copilot / CLI

https://mcp.undisk.app

Enter the URL when prompted. Authenticate with your API key.

Claude Code

claude mcp add --transport http undisk https://mcp.undisk.app

Cursor / Windsurf / VS Code

{
  "mcpServers": {
    "undisk": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.undisk.app"]
    }
  }
}

Or tell your agent

Connect to my Undisk MCP workspace at https://mcp.undisk.app
using Streamable HTTP transport. I'll provide the API key.

# Why UNDISK

Cloud-to-Cloud Fast. Smart Placement colocates UNDISK in the same region as your LLM. Agent ↔ storage round-trips in single-digit ms. No edge detour.

Undo Everything. Every file write creates an immutable snapshot. Roll back any operation — single file or entire workspace — in one MCP call.

Policy Guardrails. Define what your AI can and cannot do. Size limits, path restrictions, rate caps, file type allowlists. Enforced server-side before writes land.

Zero Config. One URL. Works with every MCP client — Claude, Cursor, Copilot, Windsurf, VS Code. No adapter needed.

Real-time Sync. Multiple agents, one workspace. Conflict-free replicated state with event streaming.

Observable. Full audit trail. See every operation, every agent, every byte. Export to your SIEM.

Compliance-Ready. Tamper-evident audit logs with configurable retention. Enables EU AI Act Article 12 record-keeping and Article 14 human oversight. Learn more →


# How It Works

1. Sign up             → mcp.undisk.app/signup
2. Get your API key    → mcp.undisk.app/keys
3. Add the URL         → https://mcp.undisk.app
4. Your AI writes files → UNDISK stores, versions, guards
5. Something goes wrong → undo.

# Pricing

Plan Workspaces Storage Ops/Day Retention Price
Free 1 100 MB 1,000 7 days $0
Pro 5 10 GB 50,000 180 days $29/mo
Team 25 100 GB 500,000 365 days $99/mo
Enterprise Unlimited Custom Custom Up to 10yr Custom

# MCP-Native

UNDISK speaks the Model Context Protocol natively. 10 MCP tools. Streamable HTTP transport. Works with every MCP client — no adapter needed.

Tools: read_file, write_file, create_file, delete_file,
       move_file, list_files, search_files,
       list_versions, restore_version, get_diff

Get Started — Free

Built by Kiarash Adl. Source: GitHub.