← Back to Plugins
MCP Server MCP

dropthis

github By github 👁 1 views ▲ 0 votes

Publish HTML, files, or a URL to a permanent public URL, then update it — from any MCP agent.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...