Skip to main content
Glama

Gurddy MCP Server

by novvoo
Dockerfile478 B
# Use official Python slim image FROM python:3.12-slim # Set workdir WORKDIR /app # Avoid buffering ENV PYTHONUNBUFFERED=1 # Install dependencies RUN pip install --no-cache-dir --upgrade pip setuptools wheel # Install the package RUN pip install --no-cache-dir --upgrade gurddy-mcp # Expose port for MCP HTTP server EXPOSE 8080 # Default command: run MCP HTTP server CMD ["python", "-m", "uvicorn", "mcp_server.mcp_http_server:app", "--host", "0.0.0.0", "--port", "8080"]

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/novvoo/gurddy-mcp'

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