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
npm-debug.log
yarn-error.log
# TypeScript source files (exclude from image, but keep config)
*.ts
!dist/**/*.js
# Tests
tests
*.test.ts
*.spec.ts
coverage
# Documentation
docs
*.md
!README.md
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode
.idea
*.swp
*.swo
# Git
.git
.gitignore
# Terraform
terraform
*.tf
*.tfvars
# CI/CD
.github
.gitlab-ci.yml
# Logs
logs
*.log
# Misc
.DS_Store
tmp
temp