Back to MCP Servers
🔌

VictoriaMetrics-Community/mcp-victorialogs

Apache-2.0API key required

🎖️ 🏎️ 🏠 - Provides comprehensive integration with your and for working with logs, investigating and debugging tasks related to your VictoriaLogs instances.

GoProductivity

Install

npx -y victoriametrics-community-mcp-victorialogs

Required environment variables

VL_INSTANCE_BEARER_TOKENSet in your MCP config
YOUR_VL_BEARER_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "victoriametrics-community-mcp-victorialogs": {
      "command": "npx",
      "args": [
        "-y",
        "victoriametrics-community-mcp-victorialogs"
      ],
      "env": {
        "VL_INSTANCE_BEARER_TOKEN": "<YOUR_VL_INSTANCE_BEARER_TOKEN>",
        "YOUR_VL_BEARER_TOKEN": "<YOUR_YOUR_VL_BEARER_TOKEN>"
      }
    }
  }
}

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