Home › Other › mcp-victoriatraces

mcp-victoriatraces

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

Go
★ 15 stars Last pushed 2026-09-08 License: Apache-2.0

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-community/mcp-victoriatraces:1.5.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-victoriatraces": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/victoriametrics-community/mcp-victoriatraces:1.5.0"
      ],
      "env": {
        "VT_INSTANCE_ENTRYPOINT": "<YOUR_VALUE>",
        "VT_INSTANCE_BEARER_TOKEN": "<YOUR_VALUE>",
        "MCP_DISABLED_TOOLS": "<YOUR_VALUE>"
      }
    }
  }
}
  • VT_INSTANCE_ENTRYPOINT required — URL to VictoriaTraces instance (it should be root URL of vtlingle or vtselect), for example http://localhost:10428
  • VT_INSTANCE_BEARER_TOKEN required secret — Authentication token for VictoriaMetrics API
  • MCP_DISABLED_TOOLS — Comma-separated list of tools to disable

Related servers

Data from the Official MCP Registry