Skip to content
Zed

air-Q Cloud for Zed

io.github.corantgmbh/mcp-airq-cloud

MCP server for air-Q Cloud API — access air quality data from anywhere

client:Zed transport:stdio runtime:pypi

Install air-Q Cloud 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-cloud": {
      "command": "uvx",
      "args": [
        "mcp-airq-cloud"
      ],
      "env": {
        "AIRQ_CLOUD_CONFIG_FILE": "<AIRQ_CLOUD_CONFIG_FILE>",
        "AIRQ_CLOUD_DEVICES": "<AIRQ_CLOUD_DEVICES>",
        "AIRQ_CLOUD_API_KEY": "<AIRQ_CLOUD_API_KEY>"
      }
    }
  }
}

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

air-Q Cloud in other clients