MCP Servers / database / VictoriaMetrics

VictoriaMetrics

JSON →
httpnone7database

A server for writing and querying time series data using the VictoriaMetrics API.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: victoriametrics
Tools
What this server exposes
vm_data_write
Write data to the VictoriaMetrics database.
vm_prometheus_write
Import Prometheus exposition format data into VictoriaMetrics.
vm_query_range
Query time series data over a specific time range.
vm_query
Query the current value of a time series.
vm_labels
Get all unique label names.
vm_label_values
Get all unique values for a specific label.
Configuration
Environment & auth
authnone
envVM_SELECT_URL
envVM_INSERT_URL
Resources
VictoriaMetrics — MCP Server · libregistry