MCP server and tools for analyzing test and runtime logs.
Project description
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
loganalyzerCLI 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.
loganalyzerCLI: 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):
{
"mcpServers": {
"log_analyzer_mcp_server_prod": {
"command": "uvx", // uvx is a tool to run python executables from venvs
"args": [
"log-analyzer-mcp" // Fetches and runs the latest version from PyPI
// Or, for a specific version: "log-analyzer-mcp==0.2.0"
],
"env": {
"PYTHONUNBUFFERED": "1",
"PYTHONIOENCODING": "utf-8",
"MCP_LOG_LEVEL": "INFO", // Recommended for production
// "MCP_LOG_FILE": "/path/to/your/logs/mcp/log_analyzer_mcp_server.log", // Optional
// --- Configure Log Analyzer specific settings via environment variables ---
// Example: "LOG_DIRECTORIES": "[\"/path/to/your/app/logs\"]",
// Example: "LOG_PATTERNS_ERROR": "[\"Exception:.*\"]"
// (Refer to docs/configuration.md (once created) for all options)
}
}
// You can add other MCP servers here
}
}
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
- 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
.envand environment variable settings. - (Upcoming) CLI Usage Guide: Comprehensive guide to all
loganalyzercommands 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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file log_analyzer_mcp-0.1.4.tar.gz.
File metadata
- Download URL: log_analyzer_mcp-0.1.4.tar.gz
- Upload date:
- Size: 105.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd9fc9b57de0eae0e01a82484985082972f97d479aec403cd50fd117bdb4efe9
|
|
| MD5 |
414242f9907542eeb8d99e2e20272dd3
|
|
| BLAKE2b-256 |
612c876a500f050b6d34025b5a1eb7234e341a3360d6833ab8f8c9cd18378591
|
File details
Details for the file log_analyzer_mcp-0.1.4-py3-none-any.whl.
File metadata
- Download URL: log_analyzer_mcp-0.1.4-py3-none-any.whl
- Upload date:
- Size: 38.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
855dbab85e2c84587c9f14d3f862bbe81c9ff18d7c031bb7d55d543def91305f
|
|
| MD5 |
d29477b70bf97415ca0eb67dc63eadfb
|
|
| BLAKE2b-256 |
35955cfb1326683e59cc3e927feb36b7a8f14ce63d67d1542a37e124010f99ba
|