Skip to main content
Glama

HubSpot MCP Server

by SanketSKasar
.gitignore•7.19 kB
# ============================================================================= # Git Ignore File for HubSpot MCP Server Docker Container # ============================================================================= # ----------------------------------------------------------------------------- # Node.js and NPM # ----------------------------------------------------------------------------- node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* .npm/ .yarn/ .pnp.* package-lock.json.bak yarn.lock.bak # 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 # ----------------------------------------------------------------------------- # Environment Variables and Secrets # ----------------------------------------------------------------------------- .env .env.local .env.development .env.production .env.test *.local # Secrets and keys *.pem *.key *.crt secrets/ .secrets/ # ----------------------------------------------------------------------------- # Logs # ----------------------------------------------------------------------------- logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* # Runtime logs combined.log error.log access.log # ----------------------------------------------------------------------------- # Testing # ----------------------------------------------------------------------------- # Jest coverage coverage/ .nyc_output/ # Test results test-results.xml junit.xml # ----------------------------------------------------------------------------- # Build Output # ----------------------------------------------------------------------------- dist/ build/ out/ .next/ .nuxt/ .cache/ .parcel-cache/ # ----------------------------------------------------------------------------- # IDEs and Editors # ----------------------------------------------------------------------------- # VSCode .vscode/ !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json # IntelliJ .idea/ *.iml *.ipr *.iws # Sublime Text *.sublime-workspace *.sublime-project # Vim *.swp *.swo *~ # Emacs *~ \#*\# /.emacs.desktop /.emacs.desktop.lock *.elc auto-save-list tramp .\#* # ----------------------------------------------------------------------------- # Operating System Files # ----------------------------------------------------------------------------- # macOS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Windows Thumbs.db ehthumbs.db Desktop.ini $RECYCLE.BIN/ *.cab *.msi *.msm *.msp *.lnk # Linux *~ .fuse_hidden* .directory .Trash-* .nfs* # ----------------------------------------------------------------------------- # Docker # ----------------------------------------------------------------------------- # Docker build context (if using .dockerignore, this is redundant) Dockerfile.local docker-compose.override.yml docker-compose.local.yml # Container data .docker/ # ----------------------------------------------------------------------------- # Cloud and Deployment # ----------------------------------------------------------------------------- # Terraform *.tfstate *.tfstate.* .terraform/ .terraform.lock.hcl # AWS .aws/ # Google Cloud .gcloud/ service-account.json # Azure .azure/ # Kubernetes kubeconfig *.kubeconfig # ----------------------------------------------------------------------------- # Monitoring and Analytics # ----------------------------------------------------------------------------- # Prometheus data prometheus_data/ # Grafana data grafana_data/ # Application Performance Monitoring .apm/ newrelic_agent.log # ----------------------------------------------------------------------------- # Database # ----------------------------------------------------------------------------- *.sqlite *.sqlite3 *.db *.db-journal # Redis dump.rdb # PostgreSQL *.sql # ----------------------------------------------------------------------------- # Backup Files # ----------------------------------------------------------------------------- *.bak *.backup *.old *.orig *.rej *.tmp *.temp # ----------------------------------------------------------------------------- # Security and Vulnerability Scanning # ----------------------------------------------------------------------------- # Trivy cache .trivycache/ # Snyk .snyk # OWASP Dependency Check dependency-check-report.html dependency-check-report.json dependency-check-report.xml # ----------------------------------------------------------------------------- # Documentation Build # ----------------------------------------------------------------------------- # GitBook _book/ # mdBook book/ # Sphinx docs/_build/ # ----------------------------------------------------------------------------- # Package Managers # ----------------------------------------------------------------------------- # Composer (PHP) vendor/ # Ruby .bundle/ vendor/bundle/ # Python __pycache__/ *.py[cod] *$py.class .Python env/ venv/ ENV/ env.bak/ venv.bak/ # ----------------------------------------------------------------------------- # Miscellaneous # ----------------------------------------------------------------------------- # Temporary files tmp/ temp/ # Lock files (except package-lock.json which should be committed) !package-lock.json # Generated files generated/ # Reports reports/ *.report # Certificates (local development) certs/ certificates/ # Local configuration overrides config.local.js config.local.json # Performance monitoring .clinic/ # ----------------------------------------------------------------------------- # Development and Testing Scripts (not for production) # ----------------------------------------------------------------------------- # Development deployment scripts deploy-*.sh test_*.sh *_test.sh # Development guides and temporary documentation DEPLOYMENT_GUIDE.md TEMP_*.md # Development folder (optional - can be committed if useful for contributors) # dev/ # ----------------------------------------------------------------------------- # Project Specific # ----------------------------------------------------------------------------- # HubSpot specific hubspot-cache/ .hubspot/ # MCP specific cache .mcp-cache/ # Local development overrides docker-compose.dev.yml docker-compose.local.yml # Test data test-data/ mock-data/ # Documentation that shouldn't be committed NOTES.md TODO.md private-docs/ # ============================================================================= # Important Notes: # # 1. Never commit .env files containing real secrets # 2. Be careful with Docker volumes and bind mounts # 3. Always review what you're committing with 'git status' # 4. Use 'git add -p' for selective staging when unsure # # =============================================================================

MCP directory API

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