mcp-victoriatraces
About
MCP Server for VictoriaTraces. Provides integration with VictoriaTraces API and documentation
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
VT_INSTANCE_ENTRYPOINT VT_INSTANCE_BEARER_TOKEN MCP_DISABLED_TOOLSClaude Code
claude mcp add --env VT_INSTANCE_ENTRYPOINT= --env VT_INSTANCE_BEARER_TOKEN= --env MCP_DISABLED_TOOLS= mcp-victoriatraces -- docker ghcr.io/victoriametrics-community/mcp-victoriatraces:1.5.0
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-victoriatraces","command":"docker","args":["ghcr.io/victoriametrics-community/mcp-victoriatraces:1.5.0"],"env":{"VT_INSTANCE_ENTRYPOINT":"","VT_INSTANCE_BEARER_TOKEN":"","MCP_DISABLED_TOOLS":""}}'
JSON
{
"mcpServers": {
"mcp-victoriatraces": {
"command": "docker",
"args": [
"ghcr.io/victoriametrics-community/mcp-victoriatraces:1.5.0"
],
"env": {
"VT_INSTANCE_ENTRYPOINT": "",
"VT_INSTANCE_BEARER_TOKEN": "",
"MCP_DISABLED_TOOLS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.