Skip to content
Gemini CLI

hvac quotes for Gemini CLI

io.github.wmarceau/hvac-quotes

HVAC equipment RFQ management - submit quotes to distributors

client:Gemini CLI transport:stdio runtime:pypi

Install hvac quotes in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

hvac quotes in other clients