MCP Server for vmanomaly - VictoriaMetrics anomaly detection

stdiocommunityapplication

Package Details

ghcr.io/victoriametrics-community/mcp-vmanomaly:0.1.0-beta.2

Transportstdio

Environment Variables

VMANOMALY_ENDPOINT(str)
Required

vmanomaly server endpoint URL (e.g., http://localhost:8490)

VMANOMALY_BEARER_TOKEN(str)
Secret

Bearer token for authenticating with vmanomaly API

VMANOMALY_HEADERS(str)

Custom HTTP headers for vmanomaly requests (comma-separated key=value pairs, e.g., X-Custom-Header=value1,X-Another=value2)

MCP_SERVER_MODE(str)

MCP server mode: stdio (default), sse, or http

MCP_LISTEN_ADDR(str)

Listen address for SSE/HTTP modes (default: localhost:8080)

MCP_LOG_LEVEL(str)

Log level: debug, info (default), warn, or error

MCP_LOG_FILE(str)

Log file path (empty = stderr)

MCP_DISABLED_TOOLS(str)

Comma-separated list of tools to disable

MCP_HEARTBEAT_INTERVAL(str)

Heartbeat interval for HTTP mode (default: 30s)

MCP_DISABLE_RESOURCES(bool)

Disable embedded documentation resources