Provides tools for managing Expo development servers for React Native applications, including starting, stopping, and monitoring servers, capturing logs, and retrieving log statistics.
Offers file system operations within project directories, allowing reading, writing, and listing files to support development and debugging workflows.
Enables starting Expo development servers specifically for iOS application development and testing.
Supports development workflows for React Native applications built with Expo, enabling file operations and process management for React Native projects.
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
Development
Testing
Available Tools
Tool Name | Description |
| Read contents of a file |
| Write content to a file |
| List files in a directory |
| Read the last N lines from a file |
| List all tools registered in the server |
Related MCP server: React Native Debugger MCP
Installation
Build
License
MIT