Skip to main content
Glama

Coolify MCP Server

.gitignore•1.75 kB
# Dependencies node_modules/ .pnp .pnp.js # Production builds dist/ build/ out/ # Development .next/ .nuxt/ .vite/ prd.txt # Testing coverage/ .nyc_output *.lcov # Environment files .env .env.local .env.development .env.test .env.production .env.*.local !.env.example .cursor/ .roo/ .roomodes .taskmasterconfig .windsurfrules coolify-openapi.json.backup # Runtime logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* # Runtime data pids *.pid *.seed *.pid.lock # TypeScript *.tsbuildinfo tsconfig.tsbuildinfo # Generated files # Note: src/generated/ is committed to ensure MCP works immediately after installation # Individual .generated files are still ignored to avoid conflicts *.generated.ts *.generated.js # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Temporary files *.tmp *.temp .tmp/ .temp/ # Cache .cache/ .parcel-cache/ .eslintcache # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # dotenv environment variables file .env # parcel-bundler cache (https://parceljs.org/) .cache .parcel-cache # Next.js build output .next # Nuxt.js build / generate output .nuxt dist # Storybook build outputs .out .storybook-out # Temporary folders tmp/ temp/ # MCP specific mcp-config.json .mcp/ # API keys and sensitive config coolify-config.json api-keys.json # Added by Claude Task Master # Logs dev-debug.log # Dependency directories # Environment variables # Editor directories and files .idea .vscode *.suo *.ntvs* *.njsproj *.sln *.sw? # OS specific # Task files tasks.json tasks/

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

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