Back to MCP Servers
Victorialogs
Provides comprehensive integration with your [VictoriaLogs instance APIs](https://docs.victoriametrics.com/victorialogs/querying/#http-api) and [documentation](https://docs.victoriametrics.com/victorialogs/) for working with logs, investigating and debugging tasks related to you…
databasesapi
Installation
npx -y mcp-victorialogsConfiguration
{
"mcpServers": {
"mcp-victorialogs": {
"command": "npx",
"args": ["-y", "mcp-victorialogs"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes