wellness air for VS Code
io.github.davidmosiah/wellness-air
Local-first air-quality MCP for AI agents — AirGradient, AirThings, PurpleAir, IQAir, Awair.
client:VS Code
transport:stdio
runtime:npm
Install wellness air in VS Code
.vscode/mcp.json
{
"servers": {
"wellness-air": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wellness-air"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs