yincongcyincong/VictoriaMetrics-mcp-server
by Various
MCP Server for the VictoriaMetrics.
MCP
yincongcyincong/VictoriaMetrics-mcp-server
Added 1 June 2026
Overview
This JavaScript server implements the Model Context Protocol to expose VictoriaMetrics time series data to AI agents. It allows tools like Claude to query metrics using natural language or structured requests.
Best for
Best for
Developers who want to connect VictoriaMetrics to AI assistants via the Model Context Protocol
Use cases
- Query VictoriaMetrics metrics through AI chat interfaces
- Integrate monitoring data into AI-driven workflows and automation
- Enable natural language access to time series data for non-technical users
How to use
Install
npx -y @smithery/cli install @yincongcyincong/victoriametrics-mcp-server --client claude Tools exposed
vm_data_writevm_prometheus_writevm_query_rangevm_queryvm_labelsvm_label_values
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "victoriametrics": {\n "command": "npx",\n "args": [\n "-y",\n "@yincongcyincong/victoriametrics-mcp-server"\n ],\n "env": {\n "VM_URL": "",\n "VM_SELECT_URL": "",\n "VM_INSERT_URL": ""\n }\n }\n }\n} Notes
This JavaScript server implements the Model Context Protocol to expose VictoriaMetrics time series data to AI agents. It allows tools like Claude to query metrics using natural language or structured requests.
7 stars on GitHub. Last updated 2025-11-13.
Use cases
- Query VictoriaMetrics metrics through AI chat interfaces
- Integrate monitoring data into AI-driven workflows and automation
- Enable natural language access to time series data for non-technical users
Pros
- Lightweight JavaScript implementation with low overhead
- Connects VictoriaMetrics directly to MCP-compatible AI assistants
- Simple setup for developers already using VictoriaMetrics
Cons
- Very low community adoption with only 7 GitHub stars
- Limited documentation and examples beyond basic setup
- May lack advanced features found in more established integrations
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight JavaScript implementation with low overhead
- Connects VictoriaMetrics directly to MCP-compatible AI assistants
- Simple setup for developers already using VictoriaMetrics
Cons
- Very low community adoption with only 7 GitHub stars
- Limited documentation and examples beyond basic setup
- May lack advanced features found in more established integrations
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
