We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrisleekr/mcp-server-boilerplate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Node.js
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
dist
*.tsbuildinfo
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE and editor files
.vscode
.cursor
.idea
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Git
.git
.gitignore
.gitattributes
# Docker
Dockerfile*
.dockerignore
docker-compose*.yml
# Testing
coverage
.nyc_output
*.lcov
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Dependency directories that might be accidentally included
jspm_packages/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Documentation
CHANGELOG.md
docs/
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
.circleci/
# Misc
.nvmrc
# Bun
.bun