HomeDevelopment › uploads.sh

uploads.sh

Host files from coding agents; stage on a branch and attach to GitHub PRs.

TypeScript Remote
★ 19 stars Last pushed 2026-09-23 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://agents.uploads.sh/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http uploads https://agents.uploads.sh/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "uploads": {
      "url": "https://agents.uploads.sh/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Bearer workspace token (up_<workspace>_…) or OAuth access token. Omit this header to use the OAuth browser flow.

Package (npm 0.54.0)

npx -y @buildinternet/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "uploads": {
      "command": "npx",
      "args": [
        "-y",
        "@buildinternet/[email protected]"
      ],
      "env": {
        "UPLOADS_TOKEN": "<YOUR_VALUE>",
        "UPLOADS_WORKSPACE": "<YOUR_VALUE>",
        "UPLOADS_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • UPLOADS_TOKEN required secret — Workspace bearer token (up_<workspace>_…). Mint with uploads login.
  • UPLOADS_WORKSPACE — Workspace name. Inferred from the token when omitted.
  • UPLOADS_API_URL — API origin. Defaults to https://api.uploads.sh.

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry