Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
HubSpot MCP
by
shinzo-labs
Verified
GitHub
Customer Data Platforms
JavaScript
MIT License
2
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
hubspot-mcp
Dockerfile
.gitignore
index.js
LICENSE
package.json
README.md
smithery.yaml
FROM node:lts-alpine WORKDIR /app COPY package*.json ./ RUN npm install --ignore-scripts COPY . . CMD ["npm", "start"]