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