file-mcp

file-mcp

3.2

If you are the rightful owner of file-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that provides file system operations through a standardized API.

The File MCP server is designed to facilitate file system operations through a standardized API, making it easier to prototype and integrate error logs into MCP clients. It offers a range of tools for reading, writing, and listing files, as well as inspecting file contents. The server is built using Node.js and can be run in different modes such as development, production, and testing. This flexibility allows developers to seamlessly integrate file operations into their applications while maintaining a consistent interface.

Features

  • Standardized API for file system operations
  • Supports reading, writing, and listing files
  • Error log integration for MCP clients
  • Development, production, and testing modes
  • Built with Node.js for easy integration

Tools

  1. readFile

    Read contents of a file

  2. writeFile

    Write content to a file

  3. listFiles

    List files in a directory

  4. tailFile

    Read the last N lines from a file

  5. listTools

    List all tools registered in the server