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
{
"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