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-victorialogs

Configuration

{
  "mcpServers": {
    "mcp-victorialogs": {
      "command": "npx",
      "args": ["-y", "mcp-victorialogs"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub