Skip to content
Zed

HubSpot for Zed

io.github.ohneben/hubspot-mcp

HubSpot API: 1,000+ endpoints as safety-categorized, hub- and plan-aware MCP tools, stdio or HTTP.

client:Zed transport:stdio runtime:oci

Install HubSpot in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "hubspot-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ohneben/hubspot-mcp:2.0.1"
      ],
      "env": {
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "HUBSPOT_ACCESS_TOKEN": "<HUBSPOT_ACCESS_TOKEN>",
        "HUBSPOT_BASE_URL": "<HUBSPOT_BASE_URL>",
        "HUBSPOT_TOOL_MODE": "<HUBSPOT_TOOL_MODE>",
        "HUBSPOT_READ_ONLY": "<HUBSPOT_READ_ONLY>",
        "HUBSPOT_CAPABILITY_CHECK": "<HUBSPOT_CAPABILITY_CHECK>",
        "MCP_AUTH_TOKEN": "<MCP_AUTH_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

HubSpot in other clients