fastsearch-mcp
Verified Safeby sandraschi
Overview
Provides lightning-fast file search capabilities on Windows by directly accessing the NTFS Master File Table, integrated with Claude Desktop.
Installation
npx -y fastsearch-mcpEnvironment Variables
- PYTHONUNBUFFERED
Security Notes
The project employs a dual-process architecture: a Python MCP bridge (user privileges) communicating with a C++ Windows service (LocalSystem privileges) via named pipes. The C++ service performs direct NTFS MFT access and can execute system commands like 'chkdsk' (via subprocess.run). The Python bridge interacts with Windows services and system resources. These operations are inherently high-privilege on Windows and require careful input validation and secure design. The `SystemResourceMonitorTool` has a `callback_url` parameter (though commented out in code and explicitly disallowed by architectural documentation for network activity), which would be a potential exfiltration risk if enabled. Named pipe ACLs are designed to restrict access to the launching user. No obvious hardcoded secrets are present in the provided code snippets. The overall design prioritizes privilege separation for security.
Similar Servers
opensearch-mcp-server-py
Enables AI assistants to interact with OpenSearch clusters, providing a standardized interface for search, mapping, and shard management.
mcp-server
Provides a Model Context Protocol (MCP) server for integrating comprehensive search and data extraction via SerpApi.
searchcraft-mcp-server
An MCP server to manage Searchcraft clusters, allowing AI clients to perform administrative tasks, data ingestion, search operations, and application generation through natural language.
get_biji_mcp
Integrates Get笔记 (GetBiji) API as an MCP server to provide AI-powered knowledge base search and retrieval capabilities to AI models.