Skip to main content
Glama

Fastn Server

Official
by fastnai
Dockerfile659 B
FROM python:3.10-slim # Install system dependencies RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ curl \ && rm -rf /var/lib/apt/lists/* WORKDIR /app # Copy project files COPY . /app # Make entrypoint script executable RUN chmod +x /app/entrypoint.sh # Upgrade pip and install uv and project dependencies RUN pip install --no-cache-dir --upgrade pip \ && pip install --no-cache-dir uv \ && pip install --no-cache-dir -e . # Expose a port if necessary (not strictly needed for UCL stdio MCP servers) # Use entrypoint script to handle different configuration modes ENTRYPOINT ["/app/entrypoint.sh"]

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/fastnai/mcp-fastn'

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