We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nathan-bw/unifi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies (will be installed in container)
node_modules/
# Environment files (mounted separately)
.env
.env.*
!.env.example
# Git
.git/
.gitignore
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Documentation (not needed in container)
README.md
SETUP.md
*.md
# Development files
*.test.js
*.spec.js