MCP Victoriatraces
Rank #10,398io.github.VictoriaMetrics-Community/mcp-victoriatraces
MCP server providing victoriatraces capabilities
MCP Victoriatraces is a Model Context Protocol (MCP) server published by victoriametrics. It ranks #10,398 of 115,460 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. MCP Victoriatraces is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Sep 30, 2025 and most recently updated on Dec 15, 2025.
Ranks ahead of 105,062 of 115,460 servers on MCP Toplist.
Use MCP Victoriatraces
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-victoriatraces -e "VT_INSTANCE_ENTRYPOINT=<your VT_INSTANCE_ENTRYPOINT>" -e "VT_INSTANCE_BEARER_TOKEN=<your VT_INSTANCE_BEARER_TOKEN>" -e "MCP_DISABLED_TOOLS=<your MCP_DISABLED_TOOLS>" -- docker run -i --rm ghcr.io/victoriametrics-community/mcp-victoriatraces:v1.1.0Replace each placeholder with your own value before saving.
[mcp_servers.mcp-victoriatraces]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/victoriametrics-community/mcp-victoriatraces:v1.1.0"]
[mcp_servers.mcp-victoriatraces.env]
VT_INSTANCE_ENTRYPOINT = "<your VT_INSTANCE_ENTRYPOINT>"
VT_INSTANCE_BEARER_TOKEN = "<your VT_INSTANCE_BEARER_TOKEN>"
MCP_DISABLED_TOOLS = "<your MCP_DISABLED_TOOLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-victoriatraces": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/victoriametrics-community/mcp-victoriatraces:v1.1.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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-victoriatraces": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/victoriametrics-community/mcp-victoriatraces:v1.1.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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-victoriatraces": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/victoriametrics-community/mcp-victoriatraces:v1.1.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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-victoriatraces": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/victoriametrics-community/mcp-victoriatraces:v1.1.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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-victoriatraces": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/victoriametrics-community/mcp-victoriatraces:v1.1.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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.VictoriaMetrics-Community%2Fmcp-victoriatraces)<a href="https://mcptoplist.com/server/io.github.VictoriaMetrics-Community%2Fmcp-victoriatraces"><img src="https://mcptoplist.com/badge/io.github.VictoriaMetrics-Community%2Fmcp-victoriatraces.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
victoriametrics
Other servers by victoriametrics
View all victoriametrics servers →Available versions (6)
| Version | Published |
|---|---|
| 1.5.0 | Dec 15, 2025 |
| 1.4.0 | Nov 28, 2025 |
| 1.3.0 | Nov 3, 2025 |
| 1.2.0 | Oct 14, 2025 |
| 1.1.0 | Oct 12, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Victoriatraces?
- MCP Victoriatraces is maintained by victoriametrics, which publishes 5 MCP servers (29 total versions) tracked on MCP Toplist.
- Is MCP Victoriatraces listed on the Official MCP Registry?
- Yes — MCP Victoriatraces is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Victoriatraces have?
- MCP Toplist tracks 6 versions of MCP Victoriatraces, most recently published on Dec 15, 2025.
- Where can I find the source code for MCP Victoriatraces?
- The source code for MCP Victoriatraces is hosted at github.com/victoriametrics/mcp-victoriatraces.