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.

File MCP

A Model Context Protocol (MCP) server that provides file system operations through a standardized API. Mainly just doing this so I can prototype and integrate error logs into mcp clients.

Usage

CLI

npm run build
npm start

Development

npm run dev

Testing

npm run inspect

Available Tools

Tool NameDescription
readFileRead contents of a file
writeFileWrite content to a file
listFilesList files in a directory
tailFileRead the last N lines from a file
listToolsList all tools registered in the server

Installation

npm install

Build

npm run build

License

MIT