MCP Server for vmanomaly - VictoriaMetrics anomaly detection
Most monitoring and observability work still happens through a UI a human drives. MCP MCP server moves it into the conversation instead. MCP Server for vmanomaly - VictoriaMetrics anomaly detection.
This provides seamless integration with vmanomaly REST API and documentation for AI-assisted anomaly detection, model management, and observability insights.
The server publishes 14 tools. What each one is for:
vmanomaly_health_check — Check vmanomaly server health statusvmanomaly_get_buildinfo — Get build information (version, build time, Go version)vmanomaly_get_server_queries — Get configured server query aliases and expressionsvmanomaly_get_metrics — Get vmanomaly server metrics in Prometheus formatvmanomaly_list_models — List models exposed to VMUI and other UI-oriented flowsvmanomaly_get_server_models — Get configured server models and their query attachmentsvmanomaly_get_model_schema — Get JSON schema for a specific model typevmanomaly_validate_model_config — Validate model configuration before using itvmanomaly_timeseries_characteristics — Profile sampled query results for trends, seasonalities, spikiness, and gapsvmanomaly_create_autotune_task — Start tuning one requested model class on sampled seriesvmanomaly_get_autotune_task — Poll autotune progress and retrieve a completed recommendationvmanomaly_cancel_autotune_task — Request cooperative cancellation of an autotune taskConfiguration is passed through the environment: VMANOMALY_ENDPOINT, VMANOMALY_BEARER_TOKEN, VMANOMALY_HEADERS, MCP_SERVER_MODE, MCP_LISTEN_ADDR, MCP_LOG_LEVEL, MCP_LOG_FILE, YOUR_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
vmanomaly instance with REST API access: - version 1.28.3+ for the core MCP toolset - version 1.30.0+ for time-series characteristics and task-based shared autotune - Go 1.24 or higher (if buildingSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Plenty of monitoring and observability servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP's toolset — vmanomaly_health_check, vmanomaly_get_buildinfo, vmanomaly_get_server_queries and 11 more — is a fair guide to whether it matches your workflow. It is maintained by VictoriaMetrics-Community; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| vmanomaly_health_check | Check vmanomaly server health status |
| vmanomaly_get_buildinfo | Get build information (version, build time, Go version) |
| vmanomaly_get_server_queries | Get configured server query aliases and expressions |
| vmanomaly_get_metrics | Get vmanomaly server metrics in Prometheus format |
| vmanomaly_list_models | List models exposed to VMUI and other UI-oriented flows |
| vmanomaly_get_server_models | Get configured server models and their query attachments |
| vmanomaly_get_model_schema | Get JSON schema for a specific model type |
| vmanomaly_validate_model_config | Validate model configuration before using it |
| vmanomaly_timeseries_characteristics | Profile sampled query results for trends, seasonalities, spikiness, and gaps |
| vmanomaly_create_autotune_task | Start tuning one requested model class on sampled series |
| vmanomaly_get_autotune_task | Poll autotune progress and retrieve a completed recommendation |
| vmanomaly_cancel_autotune_task | Request cooperative cancellation of an autotune task |
| Binaries | Download the latest release from [Releases](https://github.com/VictoriaMetrics/mcp-vmanomaly/releases) page and put it to your PATH. |
| Modes | MCP Server supports the following modes of operation (transports): |
| Variable | Description | Required |
|---|---|---|
| VMANOMALY_ENDPOINT | Configuration value read at startup. | Optional |
| VMANOMALY_BEARER_TOKEN | Credential the server authenticates with. | Yes |
| VMANOMALY_HEADERS | Configuration value read at startup. | Optional |
| MCP_SERVER_MODE | Configuration value read at startup. | Optional |
| MCP_LISTEN_ADDR | Configuration value read at startup. | Optional |
| MCP_LOG_LEVEL | Configuration value read at startup. | Optional |
| MCP_LOG_FILE | Configuration value read at startup. | Optional |
| YOUR_TOKEN | Credential the server authenticates with. | Yes |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.