We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jbandu/crew-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules
npm-debug.log
package-lock.json
yarn.lock
# Build output
build
dist
*.tsbuildinfo
# Environment files
.env
.env.local
.env.*.local
# IDE
.vscode
.idea
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Git
.git
.gitignore
# Testing
coverage
.nyc_output
*.test.ts
*.spec.ts
# Documentation
*.md
docs
# CI/CD
.github
.gitlab-ci.yml
# Logs
logs
*.log
# Temporary files
tmp
temp