MCP Victorialogs
Rank #5,105io.github.VictoriaMetrics/mcp-victorialogs
MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation
MCP Victorialogs is a Model Context Protocol (MCP) server published by victoriametrics. It ranks #5,105 of 115,591 servers tracked on MCP Toplist, and its repository has 97 GitHub stars. MCP Victorialogs is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 6 tracked versions. It was first listed on May 14, 2025 and most recently updated on Apr 10, 2026.
Ranks ahead of 110,486 of 115,591 servers on MCP Toplist.
Use MCP Victorialogs
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-victorialogs -e "VL_INSTANCE_ENTRYPOINT=<your VL_INSTANCE_ENTRYPOINT>" -e "VL_INSTANCE_BEARER_TOKEN=<your VL_INSTANCE_BEARER_TOKEN>" -e "MCP_DISABLED_TOOLS=<your MCP_DISABLED_TOOLS>" -- docker run -i --rm ghcr.io/victoriametrics/mcp-victorialogs:1.9.0Replace each placeholder with your own value before saving.
[mcp_servers.mcp-victorialogs]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/victoriametrics/mcp-victorialogs:1.9.0"]
[mcp_servers.mcp-victorialogs.env]
VL_INSTANCE_ENTRYPOINT = "<your VL_INSTANCE_ENTRYPOINT>"
VL_INSTANCE_BEARER_TOKEN = "<your VL_INSTANCE_BEARER_TOKEN>"
MCP_DISABLED_TOOLS = "<your MCP_DISABLED_TOOLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-victorialogs": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/victoriametrics/mcp-victorialogs:1.9.0"
],
"env": {
"VL_INSTANCE_ENTRYPOINT": "<your VL_INSTANCE_ENTRYPOINT>",
"VL_INSTANCE_BEARER_TOKEN": "<your VL_INSTANCE_BEARER_TOKEN>",
"MCP_DISABLED_TOOLS": "<your MCP_DISABLED_TOOLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-victorialogs": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/victoriametrics/mcp-victorialogs:1.9.0"
],
"env": {
"VL_INSTANCE_ENTRYPOINT": "<your VL_INSTANCE_ENTRYPOINT>",
"VL_INSTANCE_BEARER_TOKEN": "<your VL_INSTANCE_BEARER_TOKEN>",
"MCP_DISABLED_TOOLS": "<your MCP_DISABLED_TOOLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-victorialogs": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/victoriametrics/mcp-victorialogs:1.9.0"
],
"env": {
"VL_INSTANCE_ENTRYPOINT": "<your VL_INSTANCE_ENTRYPOINT>",
"VL_INSTANCE_BEARER_TOKEN": "<your VL_INSTANCE_BEARER_TOKEN>",
"MCP_DISABLED_TOOLS": "<your MCP_DISABLED_TOOLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-victorialogs": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/victoriametrics/mcp-victorialogs:1.9.0"
],
"env": {
"VL_INSTANCE_ENTRYPOINT": "<your VL_INSTANCE_ENTRYPOINT>",
"VL_INSTANCE_BEARER_TOKEN": "<your VL_INSTANCE_BEARER_TOKEN>",
"MCP_DISABLED_TOOLS": "<your MCP_DISABLED_TOOLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-victorialogs": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/victoriametrics/mcp-victorialogs:1.9.0"
],
"env": {
"VL_INSTANCE_ENTRYPOINT": "<your VL_INSTANCE_ENTRYPOINT>",
"VL_INSTANCE_BEARER_TOKEN": "<your VL_INSTANCE_BEARER_TOKEN>",
"MCP_DISABLED_TOOLS": "<your MCP_DISABLED_TOOLS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.VictoriaMetrics%2Fmcp-victorialogs)<a href="https://mcptoplist.com/server/io.github.VictoriaMetrics%2Fmcp-victorialogs"><img src="https://mcptoplist.com/badge/io.github.VictoriaMetrics%2Fmcp-victorialogs.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (2 delisted)
victoriametrics
Other servers by victoriametrics
View all victoriametrics servers →Available versions (6)
| Version | Published |
|---|---|
| 1.9.0 | Apr 10, 2026 |
| 1.8.0 | Dec 15, 2025 |
| 1.7.0 | Nov 28, 2025 |
| 1.6.0 | Nov 3, 2025 |
| 1.3.0 | Oct 1, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Victorialogs?
- MCP Victorialogs is maintained by victoriametrics, which publishes 5 MCP servers (29 total versions) tracked on MCP Toplist.
- Is MCP Victorialogs listed on the Official MCP Registry?
- Yes — MCP Victorialogs is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does MCP Victorialogs have?
- MCP Toplist tracks 6 versions of MCP Victorialogs, most recently published on Apr 10, 2026.
- Where can I find the source code for MCP Victorialogs?
- The source code for MCP Victorialogs is hosted at github.com/victoriametrics/mcp-victorialogs.