Skip to content
VS Code

uldl for VS Code

sh.uldl/uldl

Persistent file storage for AI agents via MCP and curl. Upload, download, and version files.

client:VS Code transport:streamable-http

Install uldl in VS Code

.vscode/mcp.json

{
  "servers": {
    "uldl": {
      "type": "http",
      "url": "https://uldl.sh/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

uldl in other clients