VictoriaMetrics-mcp-server
VictoriaMetrics MCP-Server
MCP-Server für VictoriaMetrics.
Installation über Smithery
So installieren Sie VictoriaMetrics Server für Claude Desktop automatisch über Smithery :
npx -y @smithery/cli install @yincongcyincong/victoriametrics-mcp-server --client claudeDebuggen
npx @modelcontextprotocol/inspector -e VM_URL=http://127.0.0.1:8428 node src/index.js
NPX
{
"mcpServers": {
"victoriametrics": {
"command": "npx",
"args": [
"-y",
"@yincongcyincong/victoriametrics-mcp-server"
],
"env": {
"VM_URL": "",
"VM_SELECT_URL": "",
"VM_INSERT_URL": ""
}
}
}
}📊 API-Dokumentation für VictoriaMetrics-Tools
Related MCP server: mcp-netbird
1. vm_data_write
Beschreibung : Schreiben Sie Daten in die VictoriaMetrics-Datenbank.
Eingabeparameter :
Parameter | Typ | Beschreibung | Erforderlich |
|
| Tags der Metrik | ✅ |
|
| Array von Metrikwerten | ✅ |
|
| Array von Zeitstempeln in Unix-Sekunden | ✅ |
2. vm_prometheus_write
Beschreibung : Importieren Sie Daten im Prometheus-Expositionsformat in VictoriaMetrics.
Eingabeparameter :
Parameter | Typ | Beschreibung | Erforderlich |
|
| Metriken im Prometheus-Expositionsformat | ✅ |
3. vm_query_range
Beschreibung : Abfrage von Zeitreihendaten über einen bestimmten Zeitraum.
Eingabeparameter :
Parameter | Typ | Beschreibung | Erforderlich |
|
| PromQL-Ausdruck | ✅ |
|
| Startzeitstempel in Unix-Sekunden | ⛔️ |
|
| Endzeitstempel in Unix-Sekunden | ⛔️ |
|
| Schrittweite der Abfrageauflösung (z. B. | ⛔️ |
Nur
queryist erforderlich; die anderen Felder sind optional.
4. vm_query
Beschreibung : Abfrage des aktuellen Werts einer Zeitreihe.
Eingabeparameter :
Parameter | Typ | Beschreibung | Erforderlich |
|
| Zu bewertender PromQL-Ausdruck | ✅ |
|
| Auswertungszeitstempel in Unix-Sekunden | ⛔️ |
5. vm_labels
Beschreibung : Alle eindeutigen Etikettennamen abrufen.
Eingabeparameter : Keine
6. vm_label_values
Beschreibung : Holen Sie sich alle eindeutigen Werte für ein bestimmtes Label.
Eingabeparameter :
Parameter | Typ | Beschreibung | Erforderlich |
|
| Bezeichnungsname, für den Werte abgerufen werden sollen | ✅ |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for interacting with Prometheus metrics and data.17MIT
- Apache 2.0
- AlicenseNot gradedqualityBmaintenanceThe implementation of Model Context Protocol (MCP) server for VictoriaMetrics208Apache 2.0
- AlicenseBqualityAmaintenanceA Model Context Protocol (MCP) server that enables AI assistants to integreate with Prometheus Alertmanager923Apache 2.0
Related MCP Connectors
MCP server for Blockscout
MCP server for managing Prisma Postgres.
An MCP server giving access to Grafana dashboards, data and more.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yincongcyincong/VictoriaMetrics-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server