Skip to main content
Glama
jaredlang
by jaredlang
Dockerfile462 B
# Use Python 3.11 slim image FROM python:3.11-slim # Set working directory WORKDIR /app # Copy requirements first for better caching COPY requirements.txt . # Install dependencies RUN pip install --no-cache-dir -r requirements.txt # Copy application files COPY . . # Set environment variables for Cloud Run ENV MCP_TRANSPORT=http ENV PORT=8080 ENV PYTHONUNBUFFERED=1 # Expose port EXPOSE 8080 # Run the MCP server in HTTP mode CMD ["python", "server.py"]

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/jaredlang/forecast_storage_mcp'

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