HomeDatabases & Data › mcp-victorialogs

mcp-victorialogs

MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation

Official Go Local
★ 98 stars Last pushed 2026-07-15 License: Apache-2.0

Topics: Databases

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/victoriametrics/mcp-victorialogs:1.9.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-victorialogs": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/victoriametrics/mcp-victorialogs:1.9.0"
      ],
      "env": {
        "VL_INSTANCE_ENTRYPOINT": "<YOUR_VALUE>",
        "VL_INSTANCE_BEARER_TOKEN": "<YOUR_VALUE>",
        "MCP_DISABLED_TOOLS": "<YOUR_VALUE>"
      }
    }
  }
}
  • VL_INSTANCE_ENTRYPOINT required — URL to VictoriaMetrics instance (it should be root URL of vmlingle or vlselect), for example http://localhost:9428 or https://play-vmlogs.victoriametrics.com
  • VL_INSTANCE_BEARER_TOKEN required secret — Authentication token for VictoriaMetrics API
  • MCP_DISABLED_TOOLS — Comma-separated list of tools to disable

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.VictoriaMetrics-Community/mcp-victorialogs

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry