Enables on-demand code coverage report generation for analysis of test coverage metrics
Supports configuration through environment variables for customizing log analysis behavior
Integrates with GitHub Actions for CI workflows and test validation
Allows deployment and version management of the MCP server through the Python Package Index
Log Analyzer MCP
Overview: Analyze Logs with Ease
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 Interface (CLI) and a Model-Context-Protocol (MCP) server to help you find the insights you need, quickly and efficiently.
Why use Log Analyzer MCP?
- Simplify Log Analysis: Cut through the noise with flexible parsing, advanced filtering (time-based, content, positional), and configurable context display.
- Integrate with Your Workflow: Use it as a standalone
loganalyzer
CLI tool for scripting and direct analysis, or integrate the MCP server with compatible clients like Cursor for an AI-assisted experience. - Extensible and Configurable: Define custom log sources, patterns, and search scopes to tailor the analysis to your specific needs.
Key Features
- Core Log Analysis Engine: Robust backend for parsing and searching various log formats.
loganalyzer
CLI: Intuitive command-line tool for direct log interaction.- MCP Server: Exposes log analysis capabilities to MCP clients, enabling features like:
- Test log summarization (
analyze_tests
). - Execution of test runs with varying verbosity.
- Targeted unit test execution (
run_unit_test
). - On-demand code coverage report generation (
create_coverage_report
). - Advanced log searching: all records, time-based, first/last N records.
- Test log summarization (
- Hatch Integration: For easy development, testing, and dependency management.
Getting Started: Using Log Analyzer MCP
There are two primary ways to use Log Analyzer MCP:
- As a Command-Line Tool (
loganalyzer
):- Ideal for direct analysis, scripting, or quick checks.
- Requires Python 3.9+.
- For installation and usage, please see the Getting Started Guide.
- As an MCP Server (e.g., with Cursor):
- Integrates log analysis capabilities directly into your AI-assisted development environment.
- To install and configure the MCP server for use in a client like Cursor, follow the instructions below.
Installing the MCP Server for Client Integration
To integrate the Log Analyzer MCP server with a client application (like Cursor), you'll typically configure the client to launch the log-analyzer-mcp
package, which is available on PyPI.
Example Client Configuration (e.g., in .cursor/mcp.json
):
Notes:
- Replace placeholder paths and consult the Getting Started Guide and Developer Guide for more on configuration options and environment variables.
- The actual package name on PyPI is
log-analyzer-mcp
.
Documentation
- API Reference: Detailed reference for MCP server tools and CLI commands.
- Getting Started Guide: For users and integrators.
- Developer Guide: For contributors and those building from source.
- Refactoring Plan: Technical details on the ongoing evolution of the project.
- (Upcoming) Configuration Guide: Detailed explanation of all
.env
and environment variable settings. - (Upcoming) CLI Usage Guide: Comprehensive guide to all
loganalyzer
commands and options.
Contributing
We welcome contributions! Please see CONTRIBUTING.md and the Developer Guide for guidelines on how to set up your environment, test, and contribute.
License
Log Analyzer MCP is licensed under the MIT License with Commons Clause. See LICENSE.md for details.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A Python-based MCP server that enables AI-assisted log file analysis with features for filtering, parsing, and interpreting log outputs, plus executing and analyzing test runs with varying verbosity levels.
Related MCP Servers
- -securityAlicense-qualityAn MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.Last updated -165PythonMIT License
- -securityFlicense-qualityAn MCP server that allows AI assistants to programmatically manage Unleash feature flags through natural language, enabling operations like creating, updating, and retrieving feature flags across projects.Last updated -52TypeScript
- AsecurityAlicenseAqualityA specialized MCP server that helps analyze and debug Model Context Protocol logs by providing Claude with direct access to log files across multiple platforms.Last updated -19TypeScriptMIT License
- AsecurityAlicenseAqualityAn MCP interface that allows AI assistants to query and analyze Grafana Loki logs using LogQL, with support for authentication and various output formats.Last updated -3862TypeScriptMIT License