trackmcp
Back to directory

WIP MCP server for file management.

0 stars TypeScriptServers & Infrastructure Updated Jun 30, 2025
mcpmcp-server

Documentation

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

bash
npm run build
npm start

Development

bash
npm run dev

Testing

bash
npm run inspect

Available Tools

Tool NameDescription
`readFile`Read contents of a file
`writeFile`Write content to a file
`listFiles`List files in a directory
`tailFile`Read the last N lines from a file
`listTools`List all tools registered in the server

Installation

bash
npm install

Build

bash
npm run build

License

MIT

Frequently asked questions

What is file-mcp?

file-mcp is WIP MCP server for file management.

How do I install file-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is file-mcp open source?

Yes — it is hosted on GitHub at https://github.com/mattlemmone/expo-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP