We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/limehawk/dokploy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Arquivos e diretórios ignorados durante o build Docker
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs (será recriado no container)
build/
dist/
*.tsbuildinfo
# Environment variables
.env
.env.*
# IDE/Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Git
.git/
.gitignore
# Docker
Dockerfile*
docker-compose*.yml
.dockerignore
# Documentation
*.md
docs/
# Tests
test/
tests/
__tests__/
*.test.*
*.spec.*
# Coverage
coverage/
.nyc_output/
# Logs
logs/
*.log
# Temporary files
tmp/
temp/
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Prettier
.prettierignore
.prettierrc*
# ESLint
.eslintrc*
eslint.config.*
# Development tools
Makefile
.editorconfig
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
.circleci/
# Package locks (podem ser regenerados)
package-lock.json
yarn.lock
pnpm-lock.yaml