Skip to content
Cursor

hvac quotes for Cursor

io.github.wmarceau/hvac-quotes

HVAC equipment RFQ management - submit quotes to distributors

client:Cursor transport:stdio runtime:pypi

Install hvac quotes in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "hvac-quotes": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hvac quotes in other clients