Serversio.github.aplaceforallmystuff/mcp-pihole
P

io.github.aplaceforallmystuff/mcp-pihole

io.github.aplaceforallmystuff/mcp-pihole · v1.0.1
▦ npm
v1.0.1npm npm: mcp-pihole-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.aplaceforallmystuff/mcp-pihole",
  "description": "Pi-hole v6 MCP server - manage DNS blocking, stats, whitelists/blacklists",
  "repository": {
    "url": "https://github.com/aplaceforallmystuff/mcp-pihole",
    "source": "github"
  },
  "version": "1.0.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-pihole-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Pi-hole web interface URL (e.g., http://pihole.local:8080)",
          "isRequired": true,
          "format": "string",
          "name": "PIHOLE_URL"
        },
        {
          "description": "Pi-hole app password for API authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PIHOLE_PASSWORD"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}