Provides file system operations through a standardized Model Context Protocol (MCP) API.
File provides a Model Context Protocol (MCP) server designed to execute file system operations via a standardized API. It includes tools for reading, writing, and listing files, as well as tailing files to access their last N lines. The server is intended for prototyping and integrating error logs into MCP clients, offering a streamlined approach to file management within an MCP environment.
Características Principales
01Provides tools to read, write, and list files.
02Includes functionality to tail files.
03Offers a standardized API for file system operations.
04Supports error log integration with MCP clients.
050 GitHub stars
Casos de Uso
01Prototyping file system interactions in MCP environments.
02Managing and manipulating files through a standardized API.