MCP.so
登录
L

log_analyzer_mcp - Analyze Log files via MCP

@djm81

关于 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

基本信息

分类

开发工具

传输方式

stdio

发布者

djm81

提交者

Dominikus Nold

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

开发工具 分类下的更多 MCP 服务器