Home › Cloud & Monitoring › mcp-victoriametrics
mcp-victoriametrics
MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation
Topics: Monitoring
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm ghcr.io/victoriametrics/mcp-victoriametrics:1.120.1
Or add to your MCP client config:
{
"mcpServers": {
"mcp-victoriametrics": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/victoriametrics/mcp-victoriametrics:1.120.1"
],
"env": {
"VM_INSTANCE_ENTRYPOINT": "<YOUR_VALUE>",
"VM_INSTANCE_TYPE": "<YOUR_VALUE>",
"VM_INSTANCE_BEARER_TOKEN": "<YOUR_VALUE>",
"VMC_API_KEY": "<YOUR_VALUE>",
"MCP_DISABLED_TOOLS": "<YOUR_VALUE>",
"MCP_DISABLE_RESOURCES": "<YOUR_VALUE>",
"MCP_PASSTHROUGH_HEADERS": "<YOUR_VALUE>"
}
}
}
}
VM_INSTANCE_ENTRYPOINTrequired — URL to VictoriaMetrics instance (it should be root URL of vmsingle or vmselect), for example http://localhost:8428 or https://play.victoriametrics.comVM_INSTANCE_TYPErequired — Type of VictoriaMetrics instance (single / cluster)VM_INSTANCE_BEARER_TOKENrequired secret — Authentication token for VictoriaMetrics APIVMC_API_KEYsecret — Optional: API key from VictoriaMetrics Cloud Console (if you have deployment in VictoriaMetrics Cloud)MCP_DISABLED_TOOLS— Comma-separated list of tools to disableMCP_DISABLE_RESOURCES— Disable all resources (documentation tool will continue to work)MCP_PASSTHROUGH_HEADERS— HTTP header names to forward from incoming MCP requests to VictoriaMetrics (comma-separated list). Overrides VM_INSTANCE_HEADERS on collision.
This repository has 2 servers listed in the Official MCP Registry.
Other names: io.github.VictoriaMetrics-Community/mcp-victoriametrics
Related servers
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Firecrawl MCP Server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
mcp-grafana
An MCP server giving access to Grafana dashboards, data and more.
sentry-mcp
MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants
homebutler
Tells an agent what changed on a server since it last looked - status, Docker, backups, Proxmox.
zabbix-mcp-server
Zabbix integration for hosts, items, triggers, templates, problems, data and more.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry