Log Analyzer with MCP
OfficialLog Analyzer mit MCP
Ein Model Context Protocol (MCP) -Server, der KI-Assistenten Zugriff auf AWS CloudWatch Logs zur Analyse, Suche und Korrelation bietet.
🏗️ Architektur

Related MCP server: CloudWatch Logs MCP Server
🔌 Modellkontextprotokoll (MCP)
Wie von Anthropic dargelegt:
MCP ist ein offenes Protokoll, das standardisiert, wie Anwendungen Kontext für LLMs bereitstellen. Stellen Sie sich MCP wie einen USB-C-Anschluss für KI-Anwendungen vor. So wie USB-C eine standardisierte Möglichkeit bietet, Ihre Geräte mit verschiedenen Peripheriegeräten und Zubehör zu verbinden, bietet MCP eine standardisierte Möglichkeit, KI-Modelle mit verschiedenen Datenquellen und Tools zu verbinden.
Dieses Repository ist ein Beispiel-Client und -Server, der es einem KI-Assistenten wie Claude ermöglicht, mit CloudWatch-Protokollen in einem AWS-Konto zu interagieren. Weitere Informationen zu MCP finden Sie in der Einführung .
✨ Funktionen
Durchsuchen und suchen Sie CloudWatch-Protokollgruppen
Suchen Sie nach Protokollen mit der Abfragesyntax von CloudWatch Logs Insights
Erstellen Sie Protokollzusammenfassungen und identifizieren Sie Fehlermuster
Korrelieren Sie Protokolle über mehrere AWS-Dienste hinweg
KI-optimierte Tools für Assistenten wie Claude
🚀 Installation
Voraussetzungen
Der uv Python-Paket- und Projektmanager
Ein AWS-Konto mit CloudWatch Logs
Konfigurierte AWS-Anmeldeinformationen
Aufstellen
# Clone the repository
git clone https://github.com/awslabs/Log-Analyzer-with-MCP.git
cd Log-Analyzer-with-MCP
# Create a virtual environment and install dependencies
uv sync
source .venv/bin/activate # On Windows, use `.venv\Scripts\activate`🚦 Schnellstart
Stellen Sie sicher, dass Sie Ihre AWS-Anmeldeinformationen wie hier beschrieben konfiguriert haben.
Aktualisieren Sie Ihre Datei
claude_desktop_config.jsonmit der richtigen Konfiguration, die im AI-Integrationshandbuch beschrieben ist.Öffnen Sie Claude für Desktop und beginnen Sie zu chatten!
Weitere Beispiele und Informationen zur erweiterten Verwendung finden Sie in der ausführlichen Gebrauchsanleitung .
🤖 KI-Integration
Dieses Projekt lässt sich problemlos in KI-Assistenten wie Claude für Desktop integrieren. Weitere Informationen finden Sie im KI-Integrationshandbuch .
📚 Dokumentation
🔒 Sicherheit
Weitere Informationen finden Sie unter „BEITRAGEN“ .
📄 Lizenz
Dieses Projekt ist unter der Apache-2.0-Lizenz lizenziert.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceA Model Context Protocol server allowing Claude AI to interact with AWS resources through natural language, enabling users to query and manage AWS services without using the traditional AWS Console or CLI.36
- FlicenseNot gradedqualityDmaintenanceAn MCP server that allows AI assistants to access AWS CloudWatch logs by listing log groups and reading log entries.27
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that connects AI assistants like Claude to AWS security services, allowing them to autonomously query, inspect, and analyze AWS infrastructure for security issues and misconfigurations.84Apache 2.0
- FlicenseNot gradedqualityDmaintenanceA simplified MCP server that provides a streamlined way to interact with AWS CloudWatch resources (log groups, log queries, and alarms) through the MCP protocol.5
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/awslabs/Log-Analyzer-with-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server