MCP Server for VictoriaTraces. Provides integration with VictoriaTraces API and documentation
npx @getmcp/cli add io.github.VictoriaMetrics-Community/mcp-victoriatracesRequires Docker Engine. Community-contributed server. Review source before installing.
VT_INSTANCE_ENTRYPOINTURL to VictoriaTraces instance (it should be root URL of vtlingle or vtselect), for example http://localhost:10428
VT_INSTANCE_BEARER_TOKENAuthentication token for VictoriaMetrics API
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.VictoriaMetrics-Community/mcp-victoriatraces": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"VT_INSTANCE_ENTRYPOINT",
"-e",
"VT_INSTANCE_BEARER_TOKEN",
"-e",
"MCP_DISABLED_TOOLS",
"ghcr.io/victoriametrics-community/mcp-victoriatraces:1.5.0"
],
"env": {
"VT_INSTANCE_ENTRYPOINT": "",
"VT_INSTANCE_BEARER_TOKEN": "",
"MCP_DISABLED_TOOLS": ""
}
}
}
}Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Ephemeral data sandbox for AI workflows with guardrails and security
MCP server for Anki flashcards: adaptive review, notes, media, and deck management via AnkiConnect.
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.