Skip to main content
Glama
docker-compose.yml328 B
version: '3.8' services: unity-mcp-server: build: . ports: - "${MCP_WEBSOCKET_PORT:-5010}:${MCP_WEBSOCKET_PORT:-5010}" environment: - MCP_WEBSOCKET_PORT=${MCP_WEBSOCKET_PORT:-5010} restart: unless-stopped volumes: # Optional volume for persisting data if needed - ./logs:/app/logs

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/quazaai/UnityMCPIntegration'

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