Auvik for Windsurf
io.github.wyre-technology/auvik-mcp
MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
client:Windsurf
transport:stdio
runtime:oci
Install Auvik in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs