We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Petah/gamemaker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Development files
.vscode/
.git/
.gitignore
node_modules/
# Documentation development files
docs/
# Cache files
*.cache
.docs-index-cache.json
# Development and testing
*.test.js
*.spec.js
test/
tests/
coverage/
# Logs
*.log
logs/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE files
*.swp
*.swo
*~
# Temporary files
tmp/
temp/
*.tmp
# Build artifacts (if any)
dist/
build/
# Environment files
.env
.env.local
.env.*.local
# Editor directories and files
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?