Integrations
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.
ファイルMCP
標準化されたAPIを介してファイルシステム操作を提供するモデルコンテキストプロトコル(MCP)サーバー。主に、プロトタイプを作成し、エラーログをMCPクライアントに統合するためにこれを使用しています。
使用法
コマンドライン
発達
テスト
利用可能なツール
ツール名 | 説明 |
---|---|
readFile | ファイルの内容を読み取る |
writeFile | ファイルにコンテンツを書き込む |
listFiles | ディレクトリ内のファイルを一覧表示する |
tailFile | ファイルから最後のN行を読み込む |
listTools | サーバーに登録されているすべてのツールを一覧表示します |
インストール
建てる
ライセンス
マサチューセッツ工科大学
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Expo ベースの React Native アプリケーションに開発およびデバッグ ツールを提供するモデル コンテキスト プロトコル サーバー。開発者は、Expo サーバーを管理し、ログをキャプチャし、プロジェクト ファイルを操作できます。
Related MCP Servers
- AsecurityAlicenseAqualityA production-ready template for creating Model Context Protocol servers with TypeScript, providing tools for efficient testing, development, and deployment.Last updated -1712JavaScriptMIT License
- AsecurityAlicenseAqualityA comprehensive Model Context Protocol server that provides advanced Node.js development tooling for automating project creation, component generation, package management, and documentation with AI-powered assistance.Last updated -72JavaScriptMIT License
- AsecurityFlicenseAqualityImplements the Model Context Protocol (MCP) over HTTP to provide remote access to BluestoneApps coding standards and React Native code examples.Last updated -10TypeScript
- -securityFlicense-qualityA Model Context Protocol server built with Express.js that provides cryptographic tools including key pair generation, shared secret derivation, and message encryption/decryption.Last updated -160JavaScript