MCP.so
Sign In
L

log_analyzer_mcp - Analyze Log files via MCP

@djm81

About log_analyzer_mcp - Analyze Log files via MCP

Log Analyzer MCP is a powerful Python-based toolkit designed to streamline the way you interact with log files. Whether you're debugging complex applications, monitoring test runs, or simply trying to make sense of verbose log outputs, this tool provides both a Command-Line Inter

Basic information

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "log_analyzer_mcp_server_prod": {
      "command": "uvx",
      "args": [
        "log-analyzer-mcp"
      ],
      "env": {
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8",
        "MCP_LOG_LEVEL": "INFO"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is log_analyzer_mcp?

log_analyzer_mcp is a Python-based toolkit for analyzing log files. It provides both a command-line interface and an MCP (Model Context Protocol) server, enabling AI-assisted log analysis for debugging, monitoring, and test runs.

How to use log_analyzer_mcp?

Use the standalone loganalyzer CLI for direct analysis or integrate the MCP server with compatible clients like Cursor. Development and testing are managed through Hatch.

Key features of log_analyzer_mcp?

  • Core log analysis engine for flexible parsing and searching.
  • Standalone loganalyzer CLI tool for scripting.
  • MCP server exposing functions

Comments

More Developer Tools MCP servers