Skip to main content
Glama
Dockerfile510 B
FROM python:3.11-slim WORKDIR /app # Install Python dependencies COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Copy application files COPY mqtt_mcp_server.py ./ COPY traffic-policy.yml ./ COPY start.sh ./ # Default environment variables ENV TRANSPORT=sse \ FASTMCP_HOST=0.0.0.0 \ FASTMCP_PORT=8000 \ MQTT_BROKER_ADDRESS=localhost \ MQTT_PORT=1883 \ MQTT_CLIENT_ID=mcp-mqtt-client \ MQTT_USERNAME= \ MQTT_PASSWORD= EXPOSE 8000 CMD ["./start.sh"]

Latest Blog Posts

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/Omniscience-Labs/OMNI-MQTT-MCP'

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