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 클라이언트에 통합하기 위해 이 작업을 수행합니다.
용법
CLI
지엑스피1
개발
테스트
사용 가능한 도구
도구 이름 | 설명 |
---|---|
readFile | 파일의 내용을 읽습니다 |
writeFile | 파일에 내용 쓰기 |
listFiles | 디렉토리의 파일 나열 |
tailFile | 파일에서 마지막 N줄을 읽습니다. |
listTools | 서버에 등록된 모든 도구를 나열합니다 |
설치
짓다
특허
MIT
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 애플리케이션을 위한 개발 및 디버깅 도구를 제공하는 Model Context Protocol 서버입니다. 이를 통해 개발자는 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