WinLog-mcp
🪟 WinLog-mcp
Ein Model Context Protocol (MCP)-Tool zum Abrufen und Analysieren von Windows-Ereignisprotokollen (z. B. Anwendungs-, System- und Sicherheitsprotokolle). WinLog-mcp bietet programmgesteuerten Zugriff auf die Aufnahme und Abfrage von Windows-Ereignisprotokollen und eignet sich daher ideal für die Sicherheitsüberwachung, die Reaktion auf Vorfälle und die Automatisierung der Protokollanalyse.
⚠️ Warnung: Dieses Tool muss mit Administratorrechten ausgeführt werden. Bitte seien Sie vorsichtig, um unbeabsichtigte Änderungen an Ihrem System zu vermeiden.
✨ Funktionen
Windows Sysmon-Protokolle aufnehmen und als Dateien in einem benutzerdefinierten Verzeichnis speichern
Abfragen von Protokollen nach Zeitstempel, Rückgabe aktueller Ereigniseinträge zur Analyse oder Fehlerbehebung
Nahtlose Interoperabilität mit MCP-Tools und -Ökosystem
📄 Protokolldateiformat
Protokolldateien werden im gewählten Speicherpfad im Format
<timestamp>_<log_type>.logbenannt.
Related MCP server: Windows Forensics MCP Server
MCP-Server (Tool, Eingabeaufforderungen, …)
🛠️ Verfügbare Tools
ingest_syslog: Nimmt aktuelle Sysmon-Protokolle auf und schreibt sie in eine Dateiquery_syslog: Fragt aufgenommene Protokolle nach Zeitstempel ab und gibt aktuelle Ereignisse zurück
📋 Voraussetzungen
Betriebssystem: Windows
Python: 3.7 oder höher
Abhängigkeiten:
mcp.server.fastmcp (oder Ihre MCP-Serverimplementierung)
💾 Installation
Klonen Sie das Repository und installieren Sie Abhängigkeiten:
pip install -r requirements.txt🚀 Verwendung
🖥️ Sysmon-Installation
Referenz: Sysmon-Installationsrichtlinie
cd sysmon
install.bat▶️ Direkt laufen
Führen Sie das Tool als MCP-Server aus:
python main.py --storage-path \\PATH\\TO\\logs\\🧑💻 Entwicklungsmodus
Sie können mit dem MCP Inspector Folgendes prüfen oder debuggen:
# Run in development mode
python \\PATH\\TO\\main.py --storage-path \\PATH\\TO\\logs\\
# Run in inspector mode
npx @modelcontextprotocol/inspector python \\PATH\\TO\\main.py --storage-path \\PATH\\TO\\logs\\⚙️ Konfiguration
MCP-Konfiguration zum Ausführen des Winlog-MCP-Tools.
{
"mcpServers": {
"winlog-mcp": {
"command": "python",
"args": [
"\\PATH\\TO\\main.py",
"--storage-path",
"\\PATH\\TO\\logs\\"
]
}
}
}
🤖 MCP-Client-Integration
💬 Claude Desktop-Integration
Die Konfigurationsdatei befindet sich unter:
Windows:
%APPDATA%\Claude\claude_desktop_config.json
Nach der Integration mit Claude Desktop können Sie Claude bitten:
Bitte zeigen Sie mir die letzten 10 Ereignisse der letzten 24 Stunden und analysieren Sie sie.
📄 Lizenz
Dieses Projekt ist unter der MIT-Lizenz lizenziert – Einzelheiten finden Sie in der Datei LICENSE .
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
- Alicense-qualityDmaintenanceEnables fast, scriptable access to Windows .evtx event logs for incident response and digital forensics. Supports filtering events by time windows, Event IDs, and keywords with field projection to reduce output size.49GPL 3.0
- AlicenseBqualityCmaintenanceEnables AI-assisted Windows digital forensics analysis including parsing Windows Event Logs (EVTX), analyzing registry hives (SAM, SYSTEM, SOFTWARE), and remotely collecting artifacts via WinRM with built-in security queries and forensic reference data.4319MIT
- FlicenseBqualityCmaintenanceEnables context-aware EVTX hunting with process lineage tracing and rarity baselining to surface real threats from security logs, transforming raw alerts into actionable kill chain intelligence.31
- Alicense-qualityBmaintenanceEnables Windows Event Log (EVTX) analysis by wrapping Hayabusa, exposing scan and rule retrieval tools.MIT
Related MCP Connectors
Query and retrieve information about various adversarial tactics and techniques used in cyber atta…
Query Inbin's parsed email events (newsletters, invoices, alerts) as typed JSON tools.
Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste…
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/XD3an/winlog-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server