mcp pihole for Windsurf
io.github.aplaceforallmystuff/mcp-pihole
Pi-hole v6 MCP server - manage DNS blocking, stats, whitelists/blacklists
client:Windsurf
transport:stdio
runtime:npm
Install mcp pihole in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-pihole": {
"command": "npx",
"args": [
"-y",
"mcp-pihole-server"
],
"env": {
"PIHOLE_URL": "<PIHOLE_URL>",
"PIHOLE_PASSWORD": "<PIHOLE_PASSWORD>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs