Skip to content
VS Code

DropTheHassle for VS Code

io.github.bosmdavid-gif/dropthehassle

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

client:VS Code transport:stdio runtime:npm

Install DropTheHassle in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "dth-token",
      "description": "DTH_TOKEN",
      "password": true
    }
  ],
  "servers": {
    "dropthehassle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dropthehassle-mcp"
      ],
      "env": {
        "DTH_TOKEN": "${input:dth-token}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

DropTheHassle in other clients