Skip to content
VS Code

HQBase for VS Code

io.github.hqbase/hqbase

Connect AI agents to your self-hosted HQBase shared email workspace.

client:VS Code transport:streamable-http

Install HQBase in VS Code

.vscode/mcp.json

{
  "servers": {
    "hqbase": {
      "type": "http",
      "url": "https://{installation_domain}/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

HQBase in other clients