Home › Databases & Data › mcp-victorialogs
mcp-victorialogs
MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation
Topics: Databases
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm ghcr.io/victoriametrics/mcp-victorialogs:1.9.0
Or add to your MCP client config:
{
"mcpServers": {
"mcp-victorialogs": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/victoriametrics/mcp-victorialogs:1.9.0"
],
"env": {
"VL_INSTANCE_ENTRYPOINT": "<YOUR_VALUE>",
"VL_INSTANCE_BEARER_TOKEN": "<YOUR_VALUE>",
"MCP_DISABLED_TOOLS": "<YOUR_VALUE>"
}
}
}
}
VL_INSTANCE_ENTRYPOINTrequired — URL to VictoriaMetrics instance (it should be root URL of vmlingle or vlselect), for example http://localhost:9428 or https://play-vmlogs.victoriametrics.comVL_INSTANCE_BEARER_TOKENrequired secret — Authentication token for VictoriaMetrics APIMCP_DISABLED_TOOLS— Comma-separated list of tools to disable
This repository has 2 servers listed in the Official MCP Registry.
Other names: io.github.VictoriaMetrics-Community/mcp-victorialogs
Related servers
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
postgres-mcp
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
Supabase
MCP server for interacting with the Supabase platform
mcp-server-mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
mcp-server-qdrant
A Qdrant MCP server
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry