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: 타임스탬프로 수집된 로그를 쿼리하고 최근 이벤트를 반환합니다.
📋 요구 사항
운영 체제: 윈도우
파이썬: 3.7 이상
종속성:
mcp.server.fastmcp (또는 MCP 서버 구현)
💾 설치
저장소를 복제하고 종속성을 설치합니다.
지엑스피1
🚀 사용법
🖥️ 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\\⚙️ 구성
winlog-mcp 도구를 실행하기 위한 MCP 구성.
{
"mcpServers": {
"winlog-mcp": {
"command": "python",
"args": [
"\\PATH\\TO\\main.py",
"--storage-path",
"\\PATH\\TO\\logs\\"
]
}
}
}
🤖 MCP 클라이언트 통합
💬 Claude 데스크톱 통합
구성 파일은 다음 위치에 있습니다.
Windows:
%APPDATA%\Claude\claude_desktop_config.json
Claude Desktop과 통합하면 Claude에게 다음 작업을 요청할 수 있습니다.
지난 24시간 동안의 마지막 10개 이벤트를 보여주시고 분석해 주세요.
📄 라이센스
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
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