1. Conduid
  2. Developer Tools
  3. Ez Tools MCP Server
MCP server · Developer Tools

Ez Tools MCP Server

Eric Zimmermans's Tools MCP Server

Unclaimed last commit 8 months ago devtools
45Fair

Scored 3 months ago · breakdown

About Ez Tools MCP Server

Ez Tools MCP Server is an MCP server published by heejung0 in the Developer Tools category: eric Zimmermans's Tools MCP Server. It has been installed 0 times through Conduid.

The repository has 1 stars and 1 forks, with the last commit 8 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx ez-tools-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask 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.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

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 설치

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"
      }
    }
  }
}

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Ez Tools MCP Server

How do I install Ez Tools MCP Server?

Run npx ez-tools-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Ez Tools MCP Server safe to use with an AI agent?

Its trust score is 45 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Ez Tools MCP Server still maintained?

The last commit was 8 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.