server.json•1.48 kB
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.VictoriaMetrics-Community/mcp-victorialogs",
"description": "MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation",
"status": "active",
"repository": {
"url": "https://github.com/VictoriaMetrics-Community/mcp-victorialogs",
"source": "github"
},
"version": "${VERSION}",
"packages": [
{
"registryType": "oci",
"identifier": "https://ghcr.io/victoriametrics-community/mcp-victorialogs:v${VERSION}",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "VL_INSTANCE_ENTRYPOINT",
"description": "URL to VictoriaMetrics instance (it should be root URL of vmlingle or vlselect), for example http://localhost:9428 or https://play-vmlogs.victoriametrics.com",
"isRequired": true,
"format": "string",
"isSecret": false
},
{
"name": "VL_INSTANCE_BEARER_TOKEN",
"description": "Authentication token for VictoriaMetrics API",
"isRequired": true,
"format": "string",
"isSecret": true
},
{
"name": "MCP_DISABLED_TOOLS",
"description": "Comma-separated list of tools to disable",
"isRequired": false,
"format": "string",
"isSecret": false
}
]
}
]
}