Skip to content
Zed

air-Q for Zed

io.github.corantgmbh/mcp-airq

MCP server for direct HTTP communication with air-Q air quality sensor devices

client:Zed transport:stdio runtime:pypi

Install air-Q 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": {
    "mcp-airq": {
      "command": "uvx",
      "args": [
        "mcp-airq"
      ],
      "env": {
        "AIRQ_CONFIG_FILE": "<AIRQ_CONFIG_FILE>",
        "AIRQ_DEVICES": "<AIRQ_DEVICES>"
      }
    }
  }
}

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

air-Q in other clients