Back to Home
Divagnz icon

mcp-react-native-expo

Verified Safe

by Divagnz

Overview

Provides comprehensive development guidance, analysis, and automated remediation tools for React Native and Expo projects, covering performance, security, testing, and package management.

Installation

Run Command
npx @mrnitro360/react-native-mcp-guide

Environment Variables

  • MCP_LOG_LEVEL
  • ANDROID_HOME
  • ANDROID_SDK_ROOT
  • JAVA_HOME
  • EXPO_TOKEN
  • EAS_TOKEN
  • EXPO_NO_TELEMETRY
  • EXPO_NO_REDIRECT

Security Notes

The server includes robust security analysis tools that detect common vulnerabilities like hardcoded secrets, insecure network requests (HTTP instead of HTTPS), sensitive data logging, and potential code injection vectors (e.g., `eval()`, `Function` constructor). It also offers automatic remediation for some of these issues. For its own operation, the `ExpoExecutor` explicitly sanitizes command-line arguments (`DANGEROUS_CHARS` regex) and uses `shell: false` in `spawn` to mitigate command injection risks. The primary security concern comes from the inherent nature of a tool that executes arbitrary CLI commands and analyzes external code, but the codebase demonstrates strong defensive programming practices to handle these risks.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens5000
Stars0
Forks0
Last Update2025-11-25

Tags

React NativeDevelopment ToolsCode AnalysisPerformance OptimizationSecurity AuditingTestingPackage ManagementExpo CLICode Remediation