Home › Development › uploads.sh
uploads.sh
Host files from coding agents; stage on a branch and attach to GitHub PRs.
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>"
}
}
}
}
Authorizationsecret — 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/uploads@0.54.0
Or add to your MCP client config:
{
"mcpServers": {
"uploads": {
"command": "npx",
"args": [
"-y",
"@buildinternet/uploads@0.54.0"
],
"env": {
"UPLOADS_TOKEN": "<YOUR_VALUE>",
"UPLOADS_WORKSPACE": "<YOUR_VALUE>",
"UPLOADS_API_URL": "<YOUR_VALUE>"
}
}
}
}
UPLOADS_TOKENrequired 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
Codebase Memory
Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.
mindshub
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
Serena MCP: the IDE for your agent
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.
Repomix
Pack local or remote codebases into AI-friendly files that LLMs and coding agents can read or search
claude-task-master
AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI,…
pydantic-ai
Run Python code in a secure sandbox via MCP tool calls
Data from the Official MCP Registry