We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dodopayments/dodopayments-node'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
**/node_modules/
# Build outputs
dist/
**/dist/
build/
**/build/
# Git
.git/
.gitignore
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Documentation
*.md
docs/
LICENSE
# Testing
test/
tests/
__tests__/
*.test.js
*.spec.js
coverage/
.nyc_output/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment
.env
.env.*
# Temporary files
*.tmp
*.temp
.cache/
# Examples and scripts
examples/
bin/
# Other packages (we only need mcp-server)
packages/*/
!packages/mcp-server/