Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Victoriametrics Mcp Server

    MCP Server for the VictoriaMetrics.

    7 stars
    JavaScript
    Updated Aug 8, 2025
    mcp
    mcp-server
    metrics
    victoriametrics

    Table of Contents

    • Installing via Smithery
    • Debug
    • NPX
    • 📊 VictoriaMetrics Tools API Documentation
    • 1. vm_data_write
    • 2. vm_prometheus_write
    • 3. vm_query_range
    • 4. vm_query
    • 5. vm_labels
    • 6. vm_label_values

    Table of Contents

    • Installing via Smithery
    • Debug
    • NPX
    • 📊 VictoriaMetrics Tools API Documentation
    • 1. vm_data_write
    • 2. vm_prometheus_write
    • 3. vm_query_range
    • 4. vm_query
    • 5. vm_labels
    • 6. vm_label_values

    Documentation

    MseeP.ai Security Assessment Badge

    VictoriaMetrics MCP Server

    smithery badge

    MCP Server for the VictoriaMetrics.

    Installing via Smithery

    To install VictoriaMetrics Server for Claude Desktop automatically via Smithery:

    bash
    npx -y @smithery/cli install @yincongcyincong/victoriametrics-mcp-server --client claude

    Debug

    code
    npx @modelcontextprotocol/inspector -e VM_URL=http://127.0.0.1:8428  node src/index.js

    NPX

    json
    {
        "mcpServers": {
            "victoriametrics": {
                "command": "npx",
                "args": [
                    "-y",
                    "@yincongcyincong/victoriametrics-mcp-server"
                ],
                "env": {
                    "VM_URL": "",
                    "VM_SELECT_URL": "",
                    "VM_INSERT_URL": ""
                }
            }
        }
    }

    📊 VictoriaMetrics Tools API Documentation

    1. vm_data_write

    Description: Write data to the VictoriaMetrics database.

    Input Parameters:

    ParameterTypeDescriptionRequired
    metricobjectTags of the metric✅
    valuesnumber[]Array of metric values✅
    timestampsnumber[]Array of timestamps in Unix seconds✅

    ---

    2. vm_prometheus_write

    Description: Import Prometheus exposition format data into VictoriaMetrics.

    Input Parameters:

    ParameterTypeDescriptionRequired
    datastringMetrics in Prometheus exposition format✅

    ---

    3. vm_query_range

    Description: Query time series data over a specific time range.

    Input Parameters:

    ParameterTypeDescriptionRequired
    querystringPromQL expression✅
    startnumberStart timestamp in Unix seconds⛔️
    endnumberEnd timestamp in Unix seconds⛔️
    stepstringQuery resolution step width (e.g., 10s, 1m)⛔️

    Only query is required; the other fields are optional.

    ---

    4. vm_query

    Description: Query the current value of a time series.

    Input Parameters:

    ParameterTypeDescriptionRequired
    querystringPromQL expression to evaluate✅
    timenumberEvaluation timestamp in Unix seconds⛔️

    ---

    5. vm_labels

    Description: Get all unique label names.

    Input Parameters: None

    ---

    6. vm_label_values

    Description: Get all unique values for a specific label.

    Input Parameters:

    ParameterTypeDescriptionRequired
    labelstringLabel name to get values for✅

    ---

    Similar MCP

    Based on tags & features

    • MC

      Mcp Ipfs

      TypeScript·
      11
    • AD

      Adls Mcp Server

      Python·
      4
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • KI

      Kill Process Mcp

      Python·
      9

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Ipfs

      TypeScript·
      11
    • AD

      Adls Mcp Server

      Python·
      4
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • KI

      Kill Process Mcp

      Python·
      9

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k