Skip to content
Zed

Pi-hole MCP Server for Zed

io.github.hexamatic/pihole-mcp

Manage Pi-hole v6: DNS blocking, domains, clients, query analysis, DHCP, and multi-instance sync.

client:Zed transport:stdio runtime:oci

Install Pi-hole MCP Server 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": {
    "pihole-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/hexamatic/pihole-mcp:0.9.0"
      ],
      "env": {
        "PIHOLE_URL": "<PIHOLE_URL>",
        "PIHOLE_PASSWORD": "<PIHOLE_PASSWORD>",
        "TZ": "<TZ>",
        "PIHOLE_READ_ONLY": "<PIHOLE_READ_ONLY>",
        "PIHOLE_TLS_SKIP_VERIFY": "<PIHOLE_TLS_SKIP_VERIFY>",
        "PIHOLE_REQUEST_TIMEOUT": "<PIHOLE_REQUEST_TIMEOUT>",
        "PIHOLE_MAX_RETRIES": "<PIHOLE_MAX_RETRIES>",
        "PIHOLE_RETRY_MAX_DELAY": "<PIHOLE_RETRY_MAX_DELAY>"
      }
    }
  }
}

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

Pi-hole MCP Server in other clients