Skip to main content
Glama

FastMCP Starter Kit

by sujjadshaik
MIT License
Dockerfile371 B
FROM python:3.12-slim WORKDIR /app RUN apt-get update \ && apt-get install -y curl \ && rm -rf /var/lib/apt/lists/* ENV UV_INSTALL_DIR=/usr/local/bin RUN curl -LsSf https://astral.sh/uv/install.sh | sh COPY pyproject.toml uv.lock ./ RUN uv sync COPY src ./ EXPOSE 8000 CMD ["uv", "run", "uvicorn", "main:app", "--reload", "--host", "0.0.0.0", "--port", "8000"]

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/sujjadshaik/fastmcp-starter-kit'

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