Skip to main content
Glama

Skyforge MCP Server

Official
docker-compose.yml1.01 kB
# Skyforge MCP Server - Docker Compose Configuration # Provides easy local development and deployment services: skyforge-mcp: build: context: . dockerfile: Dockerfile container_name: skyforge-mcp-server # Environment variables (override with .env file) environment: - SKYSPARK_URI=${SKYSPARK_URI:-http://host.docker.internal:8080/api/demo} - SKYSPARK_USERNAME=${SKYSPARK_USERNAME} - SKYSPARK_PASSWORD=${SKYSPARK_PASSWORD} env_file: - .env # Run in stdio mode for MCP compatibility command: ["uv", "run", "main.py"] # Port 8000 for HTTP/SSE mode (if running uvicorn) ports: - "8000:8000" # Enable interactive mode for stdio transport stdin_open: true tty: true # Development: hot reload on file changes develop: watch: - action: sync+restart path: ./main.py target: /main.py - action: sync+restart path: ./app target: /app

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