MCP Server for VictoriaTraces. Provides integration with VictoriaTraces API and documentation
MCP Server for VictoriaTraces. Provides integration with VictoriaTraces API and documentation. The mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 12 defined tools rather than through you.
This MCP server allows you to use almost all read-only APIs of VictoriaTraces:
Everything the assistant can do here goes through one of these:
documentation — Search in embedded VictoriaTraces documentationservices — List of all traced servicesservice_names — Get all the span names (operations) of a servicetraces — Query tracestrace — Get trace info by trace IDdependencies — Query the service dependency graphBinaries — Just download the latest release from Releases page and put it to yourModes — MCP Server supports the following modes of operation (transports):Cursor — Go to: Settings -> Cursor Settings -> MCP -> Add new global MCP server and paste the following configuration into your Cursor ~/.cursor/mcp.json file:Windsurf — See Windsurf MCP docs for more infoToolset — MCP VictoriaTraces provides numerous tools for interacting with your VictoriaTraces instancePrompts — These are just examples at the moment, the prompt library will be added to in the future:Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
You will need 7 environment variables: VT_INSTANCE_ENTRYPOINT, VT_INSTANCE_BEARER_TOKEN, VT_INSTANCE_HEADERS, MCP_SERVER_MODE, MCP_SSE_ADDR, VT_DEFAULT_TENANT_ID, YOUR_VT_BEARER_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP's toolset — documentation, services, service_names and 9 more — is a fair guide to whether it matches your workflow. It is maintained by VictoriaMetrics-Community; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| documentation | Search in embedded VictoriaTraces documentation |
| services | List of all traced services |
| service_names | Get all the span names (operations) of a service |
| traces | Query traces |
| trace | Get trace info by trace ID |
| dependencies | Query the service dependency graph |
| Binaries | Just download the latest release from [Releases](https://github.com/VictoriaMetrics-Community/mcp-victoriatraces/releases) page and put it to your PATH. |
| Modes | MCP Server supports the following modes of operation (transports): |
| Cursor | Go to: Settings -> Cursor Settings -> MCP -> Add new global MCP server and paste the following configuration into your Cursor ~/.cursor/mcp.json file: |
| Windsurf | See [Windsurf MCP docs](https://docs.windsurf.com/windsurf/mcp) for more info. |
| Toolset | MCP VictoriaTraces provides numerous tools for interacting with your VictoriaTraces instance. |
| Prompts | These are just examples at the moment, the prompt library will be added to in the future: |
| Variable | Description | Required |
|---|---|---|
| VT_INSTANCE_ENTRYPOINT | Configuration value read at startup. | Optional |
| VT_INSTANCE_BEARER_TOKEN | Credential the server authenticates with. | Yes |
| VT_INSTANCE_HEADERS | Configuration value read at startup. | Optional |
| MCP_SERVER_MODE | Configuration value read at startup. | Optional |
| MCP_SSE_ADDR | Configuration value read at startup. | Optional |
| VT_DEFAULT_TENANT_ID | Configuration value read at startup. | Optional |
| YOUR_VT_BEARER_TOKEN | Credential the server authenticates with. | Yes |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.