Loading MCP server directory, please wait...
MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
npx @getmcp/cli add io.github.wyre-technology/auvik-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
AUVIK_USERNAMEAuvik username (email) used as HTTP Basic auth user
AUVIK_API_KEYAuvik API key (generated in the Auvik portal under Integrations -> APIs)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/auvik-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"AUVIK_USERNAME",
"-e",
"AUVIK_API_KEY",
"-e",
"AUVIK_REGION",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/auvik-mcp:v1.0.1"
],
"env": {
"AUVIK_USERNAME": "",
"AUVIK_API_KEY": "",
"AUVIK_REGION": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}