Skip to main content
Glama
Dockerfile457 B
FROM python:3.10-slim WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY . . ENV FASTMCP_HOST=0.0.0.0 ENV PORT=8000 # Jellyseerr Configuration ENV JELLYSEERR_URL="" ENV JELLYSEERR_API_KEY="" ENV JELLYSEERR_TIMEOUT=15.0 # SSE Authentication Configuration ENV MCP_AUTH_ISSUER_URL="" ENV MCP_AUTH_RESOURCE_SERVER_URL="" ENV MCP_AUTH_REQUIRED_SCOPES="" EXPOSE 8000 CMD ["python", "main.py", "--transport", "sse"]

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/aserper/jellyseerr-mcp'

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