Drop to CDN for Gemini CLI
io.github.nexus-jpf/droptocdn
Upload files and get instant public CDN URLs from Claude Desktop, Cursor, and other MCP hosts.
client:Gemini CLI
transport:stdio
runtime:npm
Install Drop to CDN in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"droptocdn": {
"command": "npx",
"args": [
"-y",
"mcp-server-droptocdn"
],
"env": {
"DROPTOCDN_API_KEY": "<DROPTOCDN_API_KEY>",
"DROPTOCDN_API_URL": "<DROPTOCDN_API_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs