Skip to main content
Glama

Pi-hole MCP Server

by sbarbett
MIT License
3
  • Apple
  • Linux
Dockerfile387 B
FROM python:3.13-slim WORKDIR /app # Install dependencies RUN pip install uv COPY pyproject.toml uv.lock ./ RUN uv pip install -e . --system # Copy application code COPY main.py . COPY tools/ ./tools/ COPY resources/ ./resources/ COPY prompts/ ./prompts/ # Expose the port EXPOSE 8000 # Run the server CMD ["uv", "run", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sbarbett/pihole-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server