Skip to main content
Glama

Hass-MCP

# MCP server Dockerfile for Claude Desktop integration FROM ghcr.io/astral-sh/uv:0.6.6-python3.13-bookworm # Set working directory WORKDIR /app # Copy project files COPY . . # Set environment for MCP communication ENV PYTHONUNBUFFERED=1 ENV PYTHONPATH=/app # Install package with UV (using --system flag) RUN uv pip install --system -e . # Run the MCP server with stdio communication using the module directly ENTRYPOINT ["python", "-m", "app"]

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/voska/hass-mcp'

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