← Back to Plugins
MCP Server MCP

Auvik

github By github 👁 1 views ▲ 0 votes

MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.

Homepage Verified source GitHub

Install

oci:ghcr.io/wyre-technology/auvik-mcp:v1.4.2

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wyre-technology/auvik-mcp:v1.4.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Auvik username (email) used as HTTP Basic auth user",
          "isRequired": true,
          "format": "string",
          "name": "AUVIK_USERNAME"
        },
        {
          "description": "Auvik API key (generated in the Auvik portal under Integrations -> APIs)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AUVIK_API_KEY"
        },
        {
          "description": "Auvik regional API host (us1, us2, us3, us4, eu1, eu2, au1, ca1). Omit to auto-detect via /authentication/verify probe.",
          "format": "string",
          "name": "AUVIK_REGION"
        },
        {
          "description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
          "format": "string",
          "default": "stdio",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
          "format": "string",
          "default": "env",
          "name": "AUTH_MODE"
        },
        {
          "description": "Log verbosity: debug, info, warn, error",
          "format": "string",
          "default": "info",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...