Skip to content
Zed

Pi-hole MCP Server for Zed

io.github.ranklancer/pihole-mcp

MCP server for Pi-hole v6 API — manage multiple instances: queries, lists, groups, stats

client:Zed transport:stdio runtime:npm

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": "npx",
      "args": [
        "-y",
        "@ranklancer/pihole-mcp"
      ],
      "env": {
        "PIHOLE_INSTANCES": "<PIHOLE_INSTANCES>",
        "PIHOLE_BASE_URL": "<PIHOLE_BASE_URL>",
        "PIHOLE_PASSWORD": "<PIHOLE_PASSWORD>"
      }
    }
  }
}

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

Pi-hole MCP Server in other clients