MCP Server
MCP
dropthis
Publish HTML, files, or a URL to a permanent public URL, then update it — from any MCP agent.
Install
npx -y @dropthis/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.dropthis.app/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@dropthis/mcp",
"version": "0.37.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your dropthis API key (sk_...). Required.",
"isRequired": true,
"isSecret": true,
"name": "DROPTHIS_API_KEY"
},
{
"description": "Override the dropthis API base URL (optional).",
"name": "DROPTHIS_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment