Auvik for Zed
io.github.wyre-technology/auvik-mcp
MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
client:Zed
transport:stdio
runtime:oci
Install Auvik in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"auvik-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/auvik-mcp:v1.4.2"
],
"env": {
"AUVIK_USERNAME": "<AUVIK_USERNAME>",
"AUVIK_API_KEY": "<AUVIK_API_KEY>",
"AUVIK_REGION": "<AUVIK_REGION>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"AUTH_MODE": "<AUTH_MODE>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs