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
一个模型上下文协议 (MCP) 服务器,通过标准化 API 提供文件系统操作。我这样做主要是为了能够制作原型并将错误日志集成到 mcp 客户端中。
用法
命令行界面
Copy
发展
Copy
测试
Copy
可用工具
工具名称 | 描述 |
---|---|
readFile | 读取文件的内容 |
writeFile | 将内容写入文件 |
listFiles | 列出目录中的文件 |
tailFile | 读取文件的最后 N 行 |
listTools | 列出服务器中注册的所有工具 |
安装
Copy
建造
Copy
执照
麻省理工学院
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