Github VictoriaMetrics Community Mcp Victorialogs
MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation
About This MCP Server
The implementation of Model Context Protocol (MCP) server for VictoriaLogs.
This provides access to your VictoriaLogs instance and seamless integration with VictoriaLogs APIs and documentation. It can give you a comprehensive interface for logs, observability, and debugging tasks related to your VictoriaLogs instances, enable advanced automation and interaction capabilities for engineers and tools.
Tools & Endpoints2
What Problems It Solves
- After installing and configuring the MCP server, you can start using it with your favorite MCP client.
- You can start dialog with AI assistant from the phrase:
- But it's not required, you can just start asking questions and the assistant will automatically use the tools and documentation to provide you with the best answers.
Why Use Github VictoriaMetrics Community Mcp Victorialogs?
- Querying logs and exploring logs data
- Showing parameters of your VictoriaLogs instance
- Listing available streams, fields, field values
- Query statistics for the logs as metrics
Specifications
Requirements
- VictoriaLogs instance: (single-node or cluster)
- Go 1.24 or higher (if you want to build from source)
Hosting
Hosting Options
- Package
API
Integrate this server into your application. Choose a connection method below.
Install
go install github.com/VictoriaMetrics-Community/mcp-victorialogs/cmd/mcp-victorialogs@latestConfigure
{
"mcpServers": {
"victorialogs": {
"command": "/path/to/mcp-victorialogs",
"env": {
"VL_INSTANCE_ENTRYPOINT": "<YOUR_VL_INSTANCE>",
"VL_INSTANCE_BEARER_TOKEN": "<YOUR_VL_BEARER_TOKEN>",
"VL_INSTANCE_HEADERS": "<HEADER>=<HEADER_VALUE>,<HEADER>=<HEADER_VALUE>"
}
}
}
}Performance
Usage
Quick Reference
- Name
- Github VictoriaMetrics Community Mcp Victorialogs
- Function
- MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation
- Available Tools
- MCP VictoriaLogs provides numerous tools for interacting with your VictoriaLogs instance., Here's a list of available tools:
- Transport
- Package
- Language
- oci
- Install
- go install github.com/VictoriaMetrics-Community/mcp-victorialogs/cmd/mcp-victorialogs@latest
- Source
- External (Registry)
- License
- Open Source
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.