mcp pihole for Zed
io.github.aplaceforallmystuff/mcp-pihole
Pi-hole v6 MCP server - manage DNS blocking, stats, whitelists/blacklists
client:Zed
transport:stdio
runtime:npm
Install mcp pihole in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-pihole": {
"command": "npx",
"args": [
"-y",
"mcp-pihole-server"
],
"env": {
"PIHOLE_URL": "<PIHOLE_URL>",
"PIHOLE_PASSWORD": "<PIHOLE_PASSWORD>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs