Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ—„๏ธ Databases
  3. VictoriaMetrics MCP Server
VictoriaMetrics MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:16:02 AM

VictoriaMetrics MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository8 GitHub StarsTotal stargazers on GitHub for the source repository (8 stars).Visit Website
victoriametricsmonitoringpromqlmetrics

Reads and writes VictoriaMetrics data through MCP, including PromQL queries, range queries, labels, and metric ingestion.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "yincongcyincong-victoriametrics-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ—„๏ธ More in Databases

Overview

yincongcyincong/VictoriaMetrics-mcp-server MCP server exposes VictoriaMetrics operations as MCP tools for metric ingestion, Prometheus-format imports, PromQL queries, and label discovery. It runs through the published npm package and uses environment variables to identify VictoriaMetrics endpoints. Use it when an MCP-compatible client needs to inspect time series or send metrics to a VictoriaMetrics deployment. The documented client setup targets Claude Desktop.

Use cases

โ€ขQuery current VictoriaMetrics series with PromQL
โ€ขInspect time-series data across a time range
โ€ขImport Prometheus exposition-format metrics
โ€ขDiscover metric label names and values
โ€ขWrite timestamped metric samples

Key features

โ€ขPromQL instant queries
โ€ขPromQL range queries
โ€ขMetric sample ingestion
โ€ขPrometheus exposition imports
โ€ขLabel name discovery
โ€ขLabel value lookup

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by VictoriaMetrics MCP Server.

Extracted Tool Capabilities
PromQL instant queries
PromQL range queries
Metric sample ingestion
Prometheus exposition imports
Label name discovery
Label value lookup

How VictoriaMetrics MCP Server works

What yincongcyincong/VictoriaMetrics-mcp-server MCP server does

The yincongcyincong/VictoriaMetrics-mcp-server MCP server connects an MCP client with VictoriaMetrics operations. It supports writing metric samples, importing metrics in Prometheus exposition format, evaluating PromQL expressions, querying data across a time range, and inspecting label names and values.

The available operations cover both ingestion and read access. A client can provide a metric object with values and Unix-second timestamps, submit a string containing Prometheus exposition data, or issue PromQL queries. Label discovery is available without query parameters for the complete label-name list, while label-value lookup requires a label name.

How it works

The server is launched as a local Node-based MCP process. The documented NPX configuration starts the published package with the -y flag and passes VictoriaMetrics connection settings through the process environment. The debug example runs the project entry point with Node and sets VM_URL to a local VictoriaMetrics address.

Query tools accept PromQL. vm_query evaluates the current value of a time series and can optionally receive an evaluation timestamp. vm_query_range accepts a PromQL expression and optionally takes Unix-second start and end times plus a resolution step such as 10s or 1m.

Setup and configuration

The yincongcyincong/VictoriaMetrics-mcp-server MCP server is shown in the README as an NPX package named @yincongcyincong/victoriametrics-mcp-server. Its Claude Desktop configuration defines these environment variables:

  • VM_URL
  • VM_SELECT_URL
  • VM_INSERT_URL

The README does not provide default endpoint values for the three configuration entries. The debug command demonstrates VM_URL=http://127.0.0.1:8428 for a local VictoriaMetrics instance. Smithery installation is also documented for Claude Desktop, but the direct NPX configuration identifies the server package and its runtime settings more explicitly.

Tools and capabilities

The documented tools are:

  • vm_data_write: writes a metric object, an array of numeric values, and matching Unix-second timestamps.
  • vm_prometheus_write: imports a string in Prometheus exposition format.
  • vm_query_range: evaluates PromQL over an optional start time, end time, and step width.
  • vm_query: evaluates PromQL at the current time or an optional Unix-second timestamp.
  • vm_labels: returns unique label names and takes no input.
  • vm_label_values: returns unique values for a required label name.

Limitations and notes

The README documents the tool inputs and endpoint environment variables but does not describe authentication, TLS options, retry behavior, response schemas, or version compatibility. vm_query_range requires only query; its time range and step fields are optional. The write tools require their documented data fields, including values and timestamps for vm_data_write.

The yincongcyincong/VictoriaMetrics-mcp-server MCP server is therefore best evaluated against the VictoriaMetrics endpoint layout in the target deployment before use. In particular, the README lists separate general, select, and insert endpoint variables without explaining when each one is used.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Databases View all alternatives
  • Prometheus MCP Server logoPrometheus MCP Server

    Query and analyze Prometheus, open-source monitoring system.

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs Prometheus MCP Server โ†’
  • Monitor logoMonitor

    Valkey-first observability with Redis compatibility. Query real-time metrics, analyze slow commands, detect hot keys, and investigate performance issues directly from AI coding assistants.

    ๐Ÿ—„๏ธ Databases4 views
    Compare vs Monitor โ†’
  • MCP Server Mysql logoMCP Server Mysql

    MySQL database integration in NodeJS with configurable access controls and schema inspection

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs MCP Server Mysql โ†’
  • MCPg logoMCPg
    Verified

    Production-grade PostgreSQL MCP server with 100+ tools for catalog introspection, AST-validated safe query execution, index tuning, natural-language SQL, pgvector/TimescaleDB/AGE integrations, and HTTP/stdio transports.

    ๐Ÿ—„๏ธ Databases10 views
    Compare vs MCPg โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
8
Stargazers on the source repository.
npm downloads
162
Package downloads in the last 30 days.
Last commit
10mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about VictoriaMetrics MCP Server

Run `npx -y @yincongcyincong/victoriametrics-mcp-server` through an MCP client configuration. The README also documents Smithery installation for Claude Desktop.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewVictoriaMetrics MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/yincongcyincong-victoriametrics-mcp-server?style=directory)](https://allmcps.com/mcp/yincongcyincong-victoriametrics-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/yincongcyincong-victoriametrics-mcp-server"><img src="https://allmcps.com/api/badge/yincongcyincong-victoriametrics-mcp-server?style=directory" alt="VictoriaMetrics MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ—„๏ธDatabases
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop
Last updatedSep 7, 2026
10/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars8
GitHub Star CountTotal stargazers on GitHub representing community popularity (8 stars).
Last commit10mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Nov 13, 2025
npm downloads162/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
40Quality signal: Fair ยท 40/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev ยท @smithery/cli (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ—„๏ธ Databases โ†’Best MCP servers for Databases โ†’Alternatives to VictoriaMetrics MCP Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code