Loading MCP server directory, please wait...
Persistent file storage for AI agents via MCP and curl. Upload, download, and version files.
npx @getmcp/cli add sh.uldl/uldlRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBearer access key (e.g. 'Bearer your-access-key')
x-uldl-usernameYour uldl.sh username
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"sh.uldl/uldl": {
"url": "https://uldl.sh/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "",
"x-uldl-username": ""
}
}
}
}