The VictoriaMetrics MCP Server implements the Model Context Protocol (MCP) to provide access to VictoriaMetrics instances, enabling monitoring, observability, and debugging tasks through various read-only APIs.
From the registry: MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

$ go install github.com/VictoriaMetrics/mcp-victoriametrics/cmd/mcp-victoriametrics@latesthttps://github.com/VictoriaMetrics/mcp-victoriametrics/releasesPlease install the `mcp-victoriametrics` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install mcp-victoriametrics binary** — Download from Releases or build with Go Run: `go install github.com/VictoriaMetrics/mcp-victoriametrics/cmd/mcp-victoriametrics@latest` (https://github.com/VictoriaMetrics/mcp-victoriametrics/releases)
- **VictoriaMetrics instance** — A running VictoriaMetrics single-node or cluster (or VictoriaMetrics Cloud API key) (https://docs.victoriametrics.com/)
Canonical MCP server config (stdio transport):
- command: `mcp-victoriametrics`
- args: []
- required environment variables:
- `VM_INSTANCE_ENTRYPOINT`: URL to VictoriaMetrics vmsingle/vmselect root (example: `https://vm.example.com`)
- `VM_INSTANCE_TYPE`: Instance type (single or cluster) (example: `single`)
- optional environment variables:
- `VM_INSTANCE_BEARER_TOKEN`: Bearer token (example: `<your-bearer-token>`)
- `VMC_API_KEY`: VictoriaMetrics Cloud API key (alternative to VM_INSTANCE_*) (example: `<your-vmc-api-key>`)
Note: Public playground at https://play-mcp.victoriametrics.com/mcp. sse and http server modes also supported.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.VM_INSTANCE_ENTRYPOINTrequiredURL to VictoriaMetrics instance (it should be root `/` URL of vmsingle or vmselect)VM_INSTANCE_TYPErequiredType of VictoriaMetrics instanceReal-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS.