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
{
"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