Skip to content
Zed

Websupport for Zed

io.github.tydung26/websupport-mcp

Manage a Websupport account: DNS, FTP, hosting, databases, mailboxes, VPS and invoices.

client:Zed transport:stdio runtime:npm

Install Websupport in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "websupport-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "websupport-mcp"
      ],
      "env": {
        "WEBSUPPORT_API_KEY": "<WEBSUPPORT_API_KEY>",
        "WEBSUPPORT_API_SECRET": "<WEBSUPPORT_API_SECRET>",
        "WEBSUPPORT_API_BASE_URL": "<WEBSUPPORT_API_BASE_URL>",
        "WEBSUPPORT_ACCEPT_LANGUAGE": "<WEBSUPPORT_ACCEPT_LANGUAGE>",
        "WEBSUPPORT_ALLOW_WRITE": "<WEBSUPPORT_ALLOW_WRITE>",
        "WEBSUPPORT_ALLOW_DESTRUCTIVE": "<WEBSUPPORT_ALLOW_DESTRUCTIVE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Websupport in other clients