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

コメント

「開発者ツール」の他のコンテンツ