Skip to content
Zed

Porkbun DNS ๐Ÿท for Zed

io.github.major/porkbun

Manage DNS records, domains, DNSSEC, SSL certificates via MCP

client:Zed transport:stdio runtime:pypi

Install Porkbun DNS ๐Ÿท 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": {
    "porkbun": {
      "command": "uvx",
      "args": [
        "porkbun-mcp"
      ],
      "env": {
        "PORKBUN_API_KEY": "<PORKBUN_API_KEY>",
        "PORKBUN_SECRET_KEY": "<PORKBUN_SECRET_KEY>",
        "PORKBUN_GET_MUDDY": "<PORKBUN_GET_MUDDY>"
      }
    }
  }
}

Merge this into your existing settings object โ€” do not replace the file. Zed docs

Porkbun DNS ๐Ÿท in other clients