Back to Apps

VictoriaTraces MCP
by victoriametrics
Direct AI integration with VictoriaTraces for distributed tracing and observability analysis.
0 stars
Works in:CursorzedWindsurf
Exposes:ToolsPromptsResources
What it does
Connects AI assistants to VictoriaTraces instances, enabling them to query traces, explore service dependencies, and analyze distributed tracing data to debug complex system issues.
Tools
traces: Query and analyze trace data.trace: Get detailed information for a specific trace ID.services: List all traced services in the system.service_names: Retrieve all span names (operations) for a specific service.dependencies: Query the service dependency graph.documentation: Search embedded VictoriaTraces documentation.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"victoriatraces": {
"command": "/path/to/mcp-victoriatraces",
"env": {
"VT_INSTANCE_ENTRYPOINT": "your-instance-url",
"VT_INSTANCE_BEARER_TOKEN": "your-token"
}
}
}
}
Supported hosts
- claude
- cursor
- zed
- windsurf
Quick install
go install github.com/VictoriaMetrics-Community/mcp-victoriatraces/cmd/mcp-victoriatraces@latestInformation
- Pricing
- free
- Published
- 7/24/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
{
"context_servers": {
"victoriatraces": {
"command": {
"path": "/path/to/mcp-victoriatraces",
"args": [],
"env": {
"VT_INSTANCE_ENTRYPOINT": "your-instance-url"
}
}
}
}
}Cursor
{
"mcpServers": {
"victoriatraces": {
"command": "/path/to/mcp-victoriatraces",
"env": {
"VT_INSTANCE_ENTRYPOINT": "your-instance-url"
}
}
}
}Windsurf
{
"mcpServers": {
"victoriatraces": {
"command": "/path/to/mcp-victoriatraces",
"env": {
"VT_INSTANCE_ENTRYPOINT": "your-instance-url"
}
}
}
}Claude Desktop
{
"mcpServers": {
"victoriatraces": {
"command": "/path/to/mcp-victoriatraces",
"env": {
"VT_INSTANCE_ENTRYPOINT": "your-instance-url"
}
}
}
}






