Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
HubSpot MCP Server
Claim
by
baryhuang
GitHub
Customer Data Platforms
Python
MIT License
27
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-hubspot
src
Dockerfile
LICENSE
pyproject.toml
README.md
smithery.yaml
uv.lock
# Use Python base image FROM python:3.10-slim-bookworm # Install the project into `/app` WORKDIR /app # Copy the entire project COPY . /app # Install the package RUN pip install --no-cache-dir . # Run the server ENTRYPOINT ["mcp-server-hubspot"]