← Index

io.github.VictoriaMetrics-Community/mcp-victoriatraces

io.github.VictoriaMetrics-Community/mcp-victoriatraces·v1.5.0·Other
Quality Score
77
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "mcp-victoriatraces": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/victoriametrics-community/mcp-victoriatraces:1.5.0"
      ],
      "env": {
        "VT_INSTANCE_ENTRYPOINT": "<vt_instance_entrypoint>",
        "VT_INSTANCE_BEARER_TOKEN": "<your-vt_instance_bearer_token>",
        "MCP_DISABLED_TOOLS": "<mcp_disabled_tools>"
      }
    }
  }
}
§02  Environment variables
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
requiredsecret

Authentication token for VictoriaMetrics API

MCP_DISABLED_TOOLS

Comma-separated list of tools to disable

§03  MCP Quality Score  ·  methodology
freshness
17
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other