We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/datastax/astra-db-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Node modules (we'll install fresh in the image)
node_modules
npm-debug.log
yarn-error.log
# Tests
/**/*.spec.ts
# Logs
logs
*.log
# Environment files (optional for security)
.env
.env.*
# OS & editor junk
.DS_Store
Thumbs.db
*.swp
*.swo
.idea
.vscode
# Test coverage / build artifacts
coverage
dist
build
tmp
.cache
# Git
.git
.gitignore
# Dockerignore itself (not needed inside the image)
.dockerignore
Dockerfile