Skip to main content
Glama

Skyforge MCP Server

Official
Dockerfile445 B
# Skyforge MCP Server - Production Docker Image # Alpine-based for minimal size FROM ghcr.io/astral-sh/uv:python3.12-alpine WORKDIR ./ # Install dependencies first (better layer caching) COPY pyproject.toml uv.lock ./ RUN uv sync --frozen --no-dev # Copy application code COPY ./ ./ # HTTP/SSE endpoint EXPOSE 8000 # Default: run HTTP server # Override with: docker run ... uv run main.py (for stdio) CMD ["uv", "run", "python", "main.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/skyforge-labs/skyforge-mcp'

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