Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by bsmi021 • File & Storage
An MCP server exposing file system operations, analysis, and compression tools over the Model Context Protocol.
Inspect and list directory contents with metadata and optionally traverse recursively through a host filesystem via MCP.
Analyze text files for line/word/character counts, detect encoding and mime type, and compute cryptographic hashes for integrity checks.
Create or extract ZIP archives and identify duplicate files for cleanup or deduplication workflows.
This repository implements a Model Context Protocol (MCP) server that provides standardized tools for file system access, analysis, and manipulation. It supports directory and file operations (listing, creating, reading, writing, appending), analysis features (text metrics, encoding/mime detection, hashing, duplicate detection), and compression utilities (ZIP creation and extraction). The server leverages common Node.js libraries for encoding detection, hashing, and archive handling and is organized for testability and safe filesystem access. It's useful for agents that need programmatic file inspection, transformation, and archival through an MCP-compliant interface.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.