PluginBench
MCP Server
Active
Apache-2.0

io.github.VictoriaMetrics-Community/mcp-victoriatraces MCP Server

io.github.VictoriaMetrics-Community/mcp-victoriatraces

What is the io.github.VictoriaMetrics-Community/mcp-victoriatraces MCP server?

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

How to install io.github.VictoriaMetrics-Community/mcp-victoriatraces

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-victoriatraces": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/victoriametrics-community/mcp-victoriatraces:1.5.0"
      ],
      "env": {
        "VT_INSTANCE_ENTRYPOINT": "<YOUR_VT_INSTANCE_ENTRYPOINT>",
        "VT_INSTANCE_BEARER_TOKEN": "<YOUR_VT_INSTANCE_BEARER_TOKEN>",
        "MCP_DISABLED_TOOLS": "<YOUR_MCP_DISABLED_TOOLS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-victoriatraces": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/victoriametrics-community/mcp-victoriatraces:1.5.0"
      ],
      "env": {
        "VT_INSTANCE_ENTRYPOINT": "<YOUR_VT_INSTANCE_ENTRYPOINT>",
        "VT_INSTANCE_BEARER_TOKEN": "<YOUR_VT_INSTANCE_BEARER_TOKEN>",
        "MCP_DISABLED_TOOLS": "<YOUR_MCP_DISABLED_TOOLS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-victoriatraces": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/victoriametrics-community/mcp-victoriatraces:1.5.0"
      ],
      "env": {
        "VT_INSTANCE_ENTRYPOINT": "<YOUR_VT_INSTANCE_ENTRYPOINT>",
        "VT_INSTANCE_BEARER_TOKEN": "<YOUR_VT_INSTANCE_BEARER_TOKEN>",
        "MCP_DISABLED_TOOLS": "<YOUR_MCP_DISABLED_TOOLS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-victoriatraces": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/victoriametrics-community/mcp-victoriatraces:1.5.0"
      ],
      "env": {
        "VT_INSTANCE_ENTRYPOINT": "<YOUR_VT_INSTANCE_ENTRYPOINT>",
        "VT_INSTANCE_BEARER_TOKEN": "<YOUR_VT_INSTANCE_BEARER_TOKEN>",
        "MCP_DISABLED_TOOLS": "<YOUR_MCP_DISABLED_TOOLS>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-victoriatraces --env VT_INSTANCE_ENTRYPOINT=<YOUR_VT_INSTANCE_ENTRYPOINT> --env VT_INSTANCE_BEARER_TOKEN=<YOUR_VT_INSTANCE_BEARER_TOKEN> --env MCP_DISABLED_TOOLS=<YOUR_MCP_DISABLED_TOOLS> -- docker run -i --rm ghcr.io/victoriametrics-community/mcp-victoriatraces:1.5.0

Related MCP servers

MCP server for VictoriaMetrics providing API integration and read-only query capabilities for monitoring and observability.

184
Go
Apache-2.0
View repository →

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

86
Go
Apache-2.0
View repository →

MCP Server for vmanomaly - VictoriaMetrics anomaly detection

8
Go
Apache-2.0
View repository →
io.github.VictoriaMetrics-Community/mcp-victoriatraces MCP Server | PluginBench