- Victorialogs
Victorialogs
Overview
What is Victorialogs?
Victorialogs is an implementation of the Model Context Protocol (MCP) server for accessing and integrating with VictoriaLogs, providing a comprehensive interface for logs, observability, and debugging tasks.
How to use Victorialogs?
To use Victorialogs, install the MCP server by following the installation instructions, configure it with your VictoriaLogs instance details, and start using it with your preferred MCP client.
Key features of Victorialogs?
- Access to almost all read-only APIs of VictoriaLogs.
- Querying and exploring logs data.
- Listing available streams, fields, and field values.
- Query statistics for logs as metrics.
- Embedded documentation for offline access.
Use cases of Victorialogs?
- Automating log queries and data exploration.
- Integrating with various observability tools.
- Enhancing debugging capabilities for engineers.
FAQ from Victorialogs?
- What is required to run Victorialogs?
You need a VictoriaLogs instance and Go 1.24 or higher to build from source.
- How do I install Victorialogs?
You can install it via Go, source code, or download binaries from the Releases page.
- Can I use Victorialogs with Docker?
Docker support is coming soon.
Server Config
{
"mcpServers": {
"victorialogs": {
"command": "/path/to/mcp-victorialogs",
"env": {
"VL_INSTANCE_ENTRYPOINT": "<YOUR_VL_INSTANCE>",
"VL_INSTANCE_BEARER_TOKEN": "<YOUR_VL_BEARER_TOKEN>"
}
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
VictoriaMetrics-CommunityStar
-Language
-License
-Category
research-and-data
Recommend Servers
View AllMcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago
Test
@modelcontextprotocol
test
6 months ago