Skip to main content
Glama
docker-compose.yml345 B
version: "3.9" services: unity-mcp-server: build: context: . dockerfile: Server/Dockerfile ports: - "8080:8080" restart: unless-stopped environment: - PYTHONPATH=/app/Server/src command: ["uv", "run", "python", "src/main.py", "--transport", "http", "--http-host", "0.0.0.0", "--http-port", "8080"]

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/CoplayDev/unity-mcp'

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