We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SanketSKasar/HubSpot-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# =============================================================================
# Docker Ignore File
# =============================================================================
#
# This file specifies which files and directories should be excluded from the
# Docker build context to improve build performance and reduce image size.
#
# =============================================================================
# Node.js dependencies and cache
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm/
.yarn/
.pnp.*
# Environment and configuration files
.env
.env.local
.env.development
.env.production
.env.test
*.local
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.nyc_output/
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
*.lcov
.nyc_output/
# Dependency directories
jspm_packages/
# TypeScript cache
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
# Next.js build output
.next
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/
public
# Vuepress build output
.vuepress/dist
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
# Git and version control
.git/
.gitignore
.gitattributes
.github/
# Docker files (don't include Dockerfile in itself)
Dockerfile*
.dockerignore
docker-compose*.yml
# Documentation and markdown files
README.md
CHANGELOG.md
CONTRIBUTING.md
CODE_OF_CONDUCT.md
SECURITY.md
*.md
docs/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# Testing
tests/
test/
__tests__/
.jest/
jest.config.*
.nyc_output/
# Build and deployment
build/
dist/
out/
# CI/CD and automation
.github/
.gitlab-ci.yml
.travis.yml
.circleci/
Jenkinsfile
azure-pipelines.yml
# Package manager files
package-lock.json.bak
yarn.lock.bak
# Temporary files
tmp/
temp/
*.tmp
*.temp
# OS specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Application specific
*.sqlite
*.sqlite3
*.db
# Secrets and keys (additional safety)
*.pem
*.key
*.crt
secrets/
# Backup files
*.bak
*.backup
*.old
# Development tools
.eslintrc.*
.prettierrc.*
.editorconfig
.browserslistrc
# Storybook
.storybook/
storybook-static/
# Runtime directories that shouldn't be in image
var/
run/
# Development scripts and temporary documentation (not for production)
deploy-*.sh
test_*.sh
*_test.sh
DEPLOYMENT_GUIDE.md
TEMP_*.md
# Scripts directory (handled by general *.sh patterns above)
scripts/
# Development folder
dev/