mcp-victorialogs
About
MCP Server for VictoriaLogs. Provides integration with VictoriaLogs 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
VL_INSTANCE_ENTRYPOINT VL_INSTANCE_BEARER_TOKEN MCP_DISABLED_TOOLSClaude Code
claude mcp add --env VL_INSTANCE_ENTRYPOINT= --env VL_INSTANCE_BEARER_TOKEN= --env MCP_DISABLED_TOOLS= mcp-victorialogs -- docker ghcr.io/victoriametrics-community/mcp-victorialogs:1.8.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-victorialogs","command":"docker","args":["ghcr.io/victoriametrics-community/mcp-victorialogs:1.8.0"],"env":{"VL_INSTANCE_ENTRYPOINT":"","VL_INSTANCE_BEARER_TOKEN":"","MCP_DISABLED_TOOLS":""}}'
JSON
{
"mcpServers": {
"mcp-victorialogs": {
"command": "docker",
"args": [
"ghcr.io/victoriametrics-community/mcp-victorialogs:1.8.0"
],
"env": {
"VL_INSTANCE_ENTRYPOINT": "",
"VL_INSTANCE_BEARER_TOKEN": "",
"MCP_DISABLED_TOOLS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.