Skip to main content
Glama

Cloud Run MCP Server

by vishal84
Dockerfile496 B
# Stage 1: Get uv binary FROM ghcr.io/astral-sh/uv:latest as uv-builder # Stage 2: Main image FROM python:3.13-slim # Copy uv binary from builder COPY --from=uv-builder /uv /usr/local/bin/uv # Install the project into /app WORKDIR /app COPY . /app # Allow statements and log messages to immediately appear in the logs ENV PYTHONUNBUFFERED=1 # Install dependencies RUN uv sync EXPOSE 8080 # Run the FastMCP server using uv (uses pyproject.toml [tool.uv] run) CMD ["uv", "run", "server.py"]

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/vishal84/mcp-server-cloud-run'

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