AI makes mistakes! Undisk makes recovery instant: every write is versioned, every file is reversible.
See it heal →
Use Windsurf integration when Codeium-first workflows need immutable write history and rollback guarantees.

Configuration

Edit ~/.codeium/mcp_config.json:
{
  "mcpServers": {
    "undisk": {
      "serverUrl": "https://mcp.undisk.app/v1/mcp",
      "headers": {
        "Authorization": "Bearer ${env:UNDISK_API_KEY}"
      }
    }
  }
}
Export UNDISK_API_KEY before launching Windsurf.

Validation Checklist

  • Windsurf loads the MCP config file without parse errors.
  • Auth headers are sent with each MCP request.
  • A test write can be restored successfully.

Operational Notes

Enforce environment variable setup in shell startup scripts to reduce launch-time misconfiguration.