Skip to content
Zed

hvac quotes for Zed

io.github.wmarceau/hvac-quotes

HVAC equipment RFQ management - submit quotes to distributors

client:Zed transport:stdio runtime:pypi

Install hvac quotes 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": {
    "hvac-quotes": {
      "command": "uvx",
      "args": [
        "hvac-quotes-mcp"
      ],
      "env": {
        "HVAC_MOCK_EMAIL": "<HVAC_MOCK_EMAIL>",
        "SMTP_HOST": "<SMTP_HOST>",
        "SMTP_PORT": "<SMTP_PORT>",
        "SMTP_USER": "<SMTP_USER>",
        "SMTP_PASS": "<SMTP_PASS>",
        "SMTP_FROM": "<SMTP_FROM>"
      }
    }
  }
}

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

hvac quotes in other clients