Back to Home
VictoriaMetrics-Community icon

mcp-victoriatraces

Verified Safe

by VictoriaMetrics-Community

Overview

Provides a Model Context Protocol (MCP) server for VictoriaTraces, enabling AI clients to query trace data, list services and operations, and search embedded documentation.

Installation

Run Command
docker run -d --name mcp-victoriatraces -e VT_INSTANCE_ENTRYPOINT=<YOUR_VT_INSTANCE_URL> -e MCP_SERVER_MODE=http -e MCP_LISTEN_ADDR=:8081 -p 8081:8081 ghcr.io/victoriametrics-community/mcp-victoriatraces

Environment Variables

  • VT_INSTANCE_ENTRYPOINT

Security Notes

The server follows good security practices by relying on environment variables for sensitive configuration (like `VT_INSTANCE_BEARER_TOKEN`), which can be managed via Kubernetes secrets. Input validation is present for tool parameters, helping prevent common injection vulnerabilities. The build process includes vulnerability (govulncheck) and license (wwhrd) checks. No explicit `eval` or code obfuscation was found. Network exposures are standard for a server (HTTP/SSE/gRPC) and endpoints like `/metrics` can be protected with auth keys. The security of the backend VictoriaTraces instance is crucial as this server acts as a proxy.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassHigh
Avg Tokens2500
Stars5
Forks0
Last Update2026-01-14

Tags

TracingObservabilityMCPVictoriaTracesGo