Server data from the Official MCP Registry
MCP server for direct HTTP communication with air-Q air quality sensor devices
MCP server for direct HTTP communication with air-Q air quality sensor devices
Set these up before or after installing:
Environment variable: AIRQ_CONFIG_FILE
Environment variable: AIRQ_DEVICES
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-corantgmbh-mcp-airq": {
"env": {
"AIRQ_DEVICES": "your-airq-devices-here",
"AIRQ_CONFIG_FILE": "your-airq-config-file-here"
},
"args": [
"mcp-airq"
],
"command": "uvx"
}
}
}Clean, well-structured MCP server for air-Q devices with proper authentication and minimal security concerns. The server requires device passwords from environment variables/config files and implements appropriate error handling. Only minor code quality issues around broad exception handling and potential input validation improvements. Supply chain analysis found 8 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 7 files · 13 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!