Back to MCP Servers
🔌

VictoriaMetrics-Community/mcp-victoriametrics

Apache-2.0API key required

🎖️ 🏎️ 🏠 - Provides comprehensive integration with your and for monitoring, observability, and debugging tasks related to your VictoriaMetrics instances

GoProductivity

Install

npx -y victoriametrics-community-mcp-victoriametrics

Required environment variables

VMC_API_KEYSet in your MCP config
VM_INSTANCE_BEARER_TOKENSet in your MCP config
YOUR_VM_BEARER_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "victoriametrics-community-mcp-victoriametrics": {
      "command": "npx",
      "args": [
        "-y",
        "victoriametrics-community-mcp-victoriametrics"
      ],
      "env": {
        "VMC_API_KEY": "<YOUR_VMC_API_KEY>",
        "VM_INSTANCE_BEARER_TOKEN": "<YOUR_VM_INSTANCE_BEARER_TOKEN>",
        "YOUR_VM_BEARER_TOKEN": "<YOUR_YOUR_VM_BEARER_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.