AI makes mistakes! Undisk makes recovery instant: every write is versioned, every file is reversible.
See it heal →
Use Cursor integration for editor-first flows where agents continuously read/write repository context.

Configuration

Create .cursor/mcp.json in your project or ~/.cursor/mcp.json for a global setup:
{
  "mcpServers": {
    "undisk": {
      "url": "https://mcp.undisk.app/v1/mcp",
      "headers": {
        "Authorization": "Bearer ${env:UNDISK_API_KEY}"
      }
    }
  }
}
Export UNDISK_API_KEY before launching Cursor.

Validation Checklist

  • Cursor recognizes the MCP server in workspace settings.
  • Environment variable resolution for UNDISK_API_KEY works reliably.
  • Read and write tools return expected responses in-editor.

Operational Notes

For teams, prefer project-level config checked into an onboarding template and managed key distribution outside git.