We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/starwind-ui/starwind-ui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Environment variables
.env
.env.local
.env.*.local
.env.development
.env.test
.env.production
# Security keys and certificates
*.pem
*.key
*.crt
*.cer
*.p12
*.pfx
*.keystore
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
# Build output
dist/
build/
out/
# Logs
logs/
*.log
# API keys and secrets
**/config/secrets.js
**/config/keys.js
**/config/*key*.js
**/config/*secret*.js
# Documentation and checklists
implementation-checklist.md
# Test coverage
coverage/
# Temporary files
*.tmp
*.temp
.cache/