We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/erayguner/db-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
package-lock.json
npm-debug.log*
yarn.lock
pnpm-lock.yaml
# Build outputs
dist/
build/
out/
.next/
.cache/
# Coverage
coverage/
*.lcov
.nyc_output/
# Terraform
.terraform/
*.tfstate
*.tfstate.*
.terraform.lock.hcl
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Environment
.env
.env.*
!.env.example
# Generated files
*.generated.*
*.min.js
*.min.css
*.map
# Temporary files
tmp/
temp/
*.tmp
# Git
.git/
.gitignore
# MegaLinter
megalinter-reports/
npm-audit-report.json
# Test snapshots (preserve formatting)
**/__snapshots__/**