WinLog-mcp
🪟 WinLog-mcp
Инструмент Model Context Protocol (MCP) для извлечения и анализа журналов событий Windows (например, Application, System, Security). WinLog-mcp обеспечивает программный доступ для приема и запроса журналов событий Windows, что делает его идеальным для мониторинга безопасности, реагирования на инциденты и автоматизации анализа журналов.
⚠️ Предупреждение: этот инструмент должен запускаться с правами администратора. Пожалуйста, будьте осторожны, чтобы не внести непреднамеренные изменения в вашу систему.
✨ Особенности
Принимает журналы Windows Sysmon и сохраняет их в виде файлов в указанном пользователем каталоге.
Запрос журналов по временной метке, возврат последних записей событий для анализа или устранения неполадок
Полная совместимость с инструментами и экосистемой MCP
📄 Формат лог-файлов
Файлы журналов именуются в формате
<timestamp>_<log_type>.logв выбранном пути хранения.
Related MCP server: Windows Forensics MCP Server
MCP-сервер (инструмент, подсказки,...)
🛠️ Доступные инструменты
ingest_syslog: принимает последние журналы Sysmon и записывает их в файлquery_syslog: запрашивает принятые журналы по временной метке и возвращает последние события
📋 Требования
Операционная система: Windows
Python: 3.7 или выше
Зависимости:
mcp.server.fastmcp (или реализация вашего сервера MCP)
💾 Установка
Клонируйте репозиторий и установите зависимости:
pip install -r requirements.txt🚀 Использование
🖥️ Установка Sysmon
Ссылка: Руководство по установке Sysmon
cd sysmon
install.bat▶️ Прямой запуск
Запустите инструмент как сервер MCP:
python main.py --storage-path \\PATH\\TO\\logs\\🧑💻 Режим разработки
Вы можете выполнять проверку или отладку с помощью MCP Inspector:
# 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\\⚙️ Конфигурация
Конфигурация MCP для запуска инструмента winlog-mcp.
{
"mcpServers": {
"winlog-mcp": {
"command": "python",
"args": [
"\\PATH\\TO\\main.py",
"--storage-path",
"\\PATH\\TO\\logs\\"
]
}
}
}
🤖 Интеграция клиентов MCP
💬 Интеграция с рабочим столом Клода
Файл конфигурации находится по адресу:
Windows:
%APPDATA%\Claude\claude_desktop_config.json
После интеграции с Claude Desktop вы можете попросить Claude:
Пожалуйста, покажите мне последние 10 событий за последние 24 часа и проанализируйте их.
📄 Лицензия
Данный проект лицензирован по лицензии MIT — подробности см. в файле 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