We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JoshuaRileyDev/coolify-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•388 B
# Coolify MCP Server Configuration
# Copy this file to .env and fill in your Coolify instance details
# Required: Your Coolify instance API URL
COOLIFY_API_URL=http://localhost:8000
# Required: Your Coolify API token (generate from Keys & Tokens > API tokens)
COOLIFY_API_TOKEN=your-api-token-here
# Optional: Team ID to scope operations to a specific team
COOLIFY_TEAM_ID=your-team-id