We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TSavo/Unity-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
docker-start.sh•162 B
#!/bin/bash
# Stop any running containers
docker-compose down
# Build and start the containers
docker-compose up --build -d
# Show logs
docker-compose logs -f