WinLog-mcp
🪟 WinLog-mcp
Windows イベントログ(アプリケーション、システム、セキュリティなど)を取得および分析するためのモデルコンテキストプロトコル(MCP)ツール。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 のインストール
cd sysmon
install.bat▶️ 直接実行
ツールを MCP サーバーとして実行します。
python main.py --storage-path \\PATH\\TO\\logs\\🧑💻 開発モード
MCP インスペクタを使用して検査またはデバッグできます。
# 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\\⚙️ 構成
winlog-mcp ツールを実行するための 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 に次のことを依頼できるようになります。
過去 24 時間の最後の 10 件のイベントを表示し、分析してください。
📄 ライセンス
このプロジェクトは 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