io.github.wyre-technology
auvik-mcp
Auvik
MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
stdiocommunityservice
Package Details
ghcr.io/wyre-technology/auvik-mcp:v1.0.1
Transportstdio
Environment Variables
AUVIK_USERNAME(str)
Required
Auvik username (email) used as HTTP Basic auth user
AUVIK_API_KEY(str)
RequiredSecret
Auvik API key (generated in the Auvik portal under Integrations -> APIs)
AUVIK_REGION(str)
Auvik regional API host (us1, us2, us3, us4, eu1, eu2, au1, ca1). Omit to auto-detect via /authentication/verify probe.
MCP_TRANSPORT(str)
Default:
stdioTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODE(str)
Default:
envCredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVEL(str)
Default:
infoLog verbosity: debug, info, warn, error