Back to Apps

VictoriaMetrics MCP
Supports UIby VictoriaMetrics
Full-featured monitoring interface for VictoriaMetrics. Query metrics, analyze alerts, and explore TSDB cardinality.
0 stars
Works in:CursorCodexzedWindsurf
Exposes:ToolsResourcesPrompts
What it does
This server provides a comprehensive interface for monitoring, observability, and debugging tasks related to VictoriaMetrics instances. It allows AI assistants to execute PromQL/MetricsQL queries, explore available metrics, and analyze alerting rules.
Tools
query: Execute instant PromQL/MetricsQL queries.query_range: Execute range queries over a time period.metrics: List available metrics in the system.labels: List available label names.alerts: View current firing and pending alerts.tsdb_status: View TSDB cardinality statistics.documentation: Search embedded VictoriaMetrics documentation.
Installation
Download the binary from the releases page and add it to your PATH.
Configure Claude Desktop in claude_desktop_config.json:
{
"mcpServers": {
"victoriametrics": {
"command": "/path/to/mcp-victoriametrics",
"env": {
"VM_INSTANCE_ENTRYPOINT": "<YOUR_VM_INSTANCE>",
"VM_INSTANCE_TYPE": "<YOUR_VM_INSTANCE_TYPE>"
}
}
}
}
Supported hosts
- claude
- cursor
- codex
- zed
- windsurf
Quick install
wget https://github.com/VictoriaMetrics/mcp-victoriametrics/releases/download/latest/mcp-victoriametrics_Linux_x86_64.tar.gz && tar axvf mcp-victoriametrics_Linux_x86_64.tar.gzInformation
- Pricing
- free
- Published
- 4/24/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
Add to settings.json context_servers.Codex
codex mcp add victoriametrics --env VM_INSTANCE_ENTRYPOINT=<URL> -- /path/to/mcp-victoriametricsCursor
Add to ~/.cursor/mcp.json with VM environment variables.Windsurf
Add to mcp_config.json.Claude Desktop
Add binary path and VM_INSTANCE_ENTRYPOINT to config.






