We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AINative-Studio/ainative-zerodb-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
package-lock.json
# Testing
coverage/
__tests__/
*.test.js
.nyc_output/
# Development
.git/
.gitignore
.eslintrc.json
.eslintignore
.editorconfig
.vscode/
.idea/
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
# Environment and secrets
.env
.env.*
*.pem
*.key
*.cert
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS Files
.DS_Store
Thumbs.db
# Temporary files
tmp/
temp/
*.tmp
*.swp
*~
# Documentation (except what's needed)
docs/
# Build artifacts
dist/
build/