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
# Build outputs
build/
dist/
*.min.js
# Dependencies
node_modules/
# Logs
*.log
npm-debug.log*
# Coverage directory used by tools like istanbul
coverage/
# Temporary folders
tmp/
temp/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Package files
*.tgz
*.tar.gz
# Lock files (formatting can be inconsistent)
package-lock.json
yarn.lock
pnpm-lock.yaml
# Environment files
.env*
!.env.example