← Back to Plugins
MCP Server MCP

DropTheHassle

github By github 👁 1 views ▲ 0 votes

One platform for domain, hosting, email, analytics and your back-end. AI native, no DNS.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "dropthehassle-mcp",
      "version": "0.3.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your DropTheHassle account token from the dashboard. The agent uses it to act on your account. It can deploy and manage, but there is no endpoint to spend money.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DTH_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...