Skip to main content
Glama

Coolify MCP Server

by GoCoder7
.env.example1.08 kB
# Coolify MCP Server Configuration # Copy this file to .env and fill in your Coolify instance details # Coolify Instance Configuration COOLIFY_BASE_URL=https://your-coolify-instance.com COOLIFY_API_TOKEN=your-api-token-here # Optional: Team ID for scoped access # If your Coolify instance uses teams, you can specify a team ID to scope API requests # COOLIFY_TEAM_ID=your-team-id-here # How to get these values: # 1. COOLIFY_BASE_URL: The URL where your Coolify instance is hosted # Example: https://coolify.yourdomain.com or http://your-server-ip:8000 # # 2. COOLIFY_API_TOKEN: Generate this in your Coolify dashboard # Go to: Settings → Keys & Tokens → API Tokens → Create New Token # Choose appropriate permissions: # - read-only: For viewing data only # - read:sensitive: For viewing sensitive data # - *: For full access (recommended for automation) # # 3. COOLIFY_TEAM_ID: Optional, only needed if using team-scoped access # Find this in your Coolify team settings # Note: Keep your API token secure and never commit it to version control

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/GoCoder7/coolify-mcp-server'

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