VictoriaMetrics-mcp-server
VictoriaMetrics MCP サーバー
VictoriaMetrics 用の MCP サーバー。
Smithery経由でインストール
Smithery経由で Claude Desktop 用の VictoriaMetrics Server を自動的にインストールするには:
npx -y @smithery/cli install @yincongcyincong/victoriametrics-mcp-server --client claudeデバッグ
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": ""
}
}
}
}📊 VictoriaMetrics ツール API ドキュメント
Related MCP server: mcp-netbird
1. vm_data_write
説明: VictoriaMetrics データベースにデータを書き込みます。
入力パラメータ:
パラメータ | タイプ | 説明 | 必須 |
|
| メトリックのタグ | ✅ |
|
| メトリック値の配列 | ✅ |
|
| Unix秒単位のタイムスタンプの配列 | ✅ |
2. vm_prometheus_write
説明: Prometheus エクスポジション形式のデータを VictoriaMetrics にインポートします。
入力パラメータ:
パラメータ | タイプ | 説明 | 必須 |
|
| Prometheus 表示形式のメトリクス | ✅ |
3. vm_query_range
説明: 特定の時間範囲にわたって時系列データをクエリします。
入力パラメータ:
パラメータ | タイプ | 説明 | 必須 |
|
| PromQL式 | ✅ |
|
| Unix秒での開始タイムスタンプ | ⛔️ |
|
| Unix秒での終了タイムスタンプ | ⛔️ |
|
| クエリ解像度のステップ幅(例: | ⛔️ |
queryのみが必須で、他のフィールドはオプションです。
4. vm_query
説明: 時系列の現在の値を照会します。
入力パラメータ:
パラメータ | タイプ | 説明 | 必須 |
|
| 評価するPromQL式 | ✅ |
|
| Unix秒での評価タイムスタンプ | ⛔️ |
5. vm_labels
説明: すべての一意のラベル名を取得します。
入力パラメータ: なし
6. vm_label_values
説明: 特定のラベルのすべての一意の値を取得します。
入力パラメータ:
パラメータ | タイプ | 説明 | 必須 |
|
| 値を取得するラベル名 | ✅ |
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