NTFS_Parser_MCP
Verified Safeby Amier-ge
Overview
Provides an MCP server for forensic analysis of NTFS file systems by parsing artifacts like MFT, UsnJrnl, and LogFile from disk images or raw files.
Installation
python mcp_server.pySecurity Notes
The server's direct implementation appears robust. It primarily handles file inputs/outputs locally and does not expose direct 'eval' or other arbitrary code execution vectors. The main security considerations are the robustness of the underlying `NTFS_Parser` library (which it imports) and its dependencies against potentially malicious or malformed forensic input files, which is an inherent challenge in forensic tooling.
Similar Servers
mcp-filesystem-server
Provides secure and controlled access to the local filesystem via the Model Context Protocol (MCP) for AI agents and other applications.
treesitter-mcp
Provides a Model Context Protocol (MCP) server and CLI for static code analysis using Tree-sitter.
x64dbg-mcp
Provides a JSON-RPC 2.0 HTTP/SSE interface for external applications and AI agents to perform remote debugging and interact programmatically with x64dbg/x32dbg.
mcp-csharp-sdk-client
This repository provides a C# SDK and client example for the Model Context Protocol (MCP), enabling integration of Large Language Models with applications like debuggers (x64Dbg) to create AI agents.