VictoriaMetrics-mcp-server
VictoriaMetrics MCP 서버
VictoriaMetrics의 MCP 서버.
Smithery를 통해 설치
Smithery 를 통해 Claude Desktop용 VictoriaMetrics Server를 자동으로 설치하려면:
지엑스피1
디버그
npx @modelcontextprotocol/inspector -e VM_URL=http://127.0.0.1:8428 node src/index.js
엔피엑스
{
"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