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 Name | Description |
---|---|
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
npm install
Build
npm run build
License
MIT
Expo Development Server Manager
Project Details
- mattlemmone/expo-mcp
- Last Updated: 4/28/2025
Recomended MCP Servers
Clusters API v1 MCP
An MCP server inspired by devocs.io
Defang CLI and sample projects. Develop Anything, Deploy Anywhere. Take your app from Docker Compose to a secure...
Examples of using E2B
The gateway for GenAI systems to interact with multiple Kubernetes clusters through the MCP
This read-only MCP Server allows you to connect to Tally data from Claude Desktop through CData JDBC Drivers....
mcp-collection
Simple CLI MCP Client Implementation Using LangChain ReAct Agent / Python