uploads.sh for Gemini CLI
sh.uploads/mcp
Host files from coding agents; stage on a branch and attach to GitHub PRs.
client:Gemini CLI
transport:streamable-http
runtime:npm
Install uploads.sh in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"httpUrl": "https://agents.uploads.sh/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs