π¦
Ez Tools MCP Server
Eric Zimmermans's Tools MCP Server
0 installs
1 stars
1 forks
Trust: 45 β Fair
Devtools
Installation
npx ez-tools-mcp-serverAsk AI about Ez Tools MCP Server
Powered by Claude Β· Grounded in docs
I know everything about Ez Tools MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
EZ-Tools-MCP-Server
EZ Tools MCP Serverλ Eric Zimmerman's Toolsμμ μ 곡λλ λꡬλ€μ Model Context Protocol (MCP) μλ² ννλ‘ λ ΈμΆν©λλ€. μ΄λ₯Ό ν΅ν΄ Cursor, Claude Desktop λ± MCP ν΄λΌμ΄μΈνΈμμ Windows Artifact(Prefetch, EventLog, Registry) λ₯Ό λΆμν μ μμ΅λλ€. (Eric Zimmerman's Toolμ νΉμ±μ Windows νκ²½μμλ§ μ¬μ© κ°λ₯ν©λλ€.)
Tools
ez_tools_healthcheck: Eric Zimmerman's Tools λ°μ΄λ리 μ€μΉ μν μ κ²prefetch_dir_parser: Prefetch νμΌμ΄ λ€μ΄μλ ν΄λ λΆμprefetch_file_parser: Prefetch νμΌ λΆμeventlog_dir_parser: Windows Eventlog νμΌμ΄ λ€μ΄μλ ν΄λ λΆμeventlog_file_parser: Windows Eventlog νμΌ λΆμregistry_total_parser: DFIRBatch.reb λ°°μΉ νμΌμ μ¬μ©νμ¬ Registy νμ΄λΈ μ 체 λΆμregistry_plugin_parser: νΉμ Batch νμΌ λλ νμ΄λΈ νμΌ κ°λ³ λΆμlist_batches: RECmd BatchExamples ν΄λ λ΄μ μλ λ°°μΉ νμΌ λͺ©λ‘ μ‘°ν
Installation
1. Python νκ²½ μ€λΉ
git clone https://github.com/heejung0/EZ-tools-mcp-server.git
cd EZ-tools-mcp-server
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
2. Eric Zimmerman's Tools μ€μΉ
- PECmd : https://download.ericzimmermanstools.com/net9/PECmd.zip
- EvtxECmd : https://download.ericzimmermanstools.com/net9/EvtxECmd.zip
- RECmd : https://download.ericzimmermanstools.com/net9/RECmd.zip
3. MCP Client μ°κ²°
- Windows
{
"mcpServers": {
"ez-tools-MCP": {
"command": "/path/to/.venv/Scripts/python",
"args": [
"/path/to/EZ_tools_mcp_server.py"
],
"env": {
"PECMD_EXE": "/path/to/PECmd.exe",
"EVTX_EXE": "/path/to/EvtxECmd.exe",
"RECMD_EXE": "/path/to/RECmd.exe"
}
}
}
}
