Skip to main content
Glama

React Native MCP Server

by MrNitro360

analyze_codebase_comprehensive

Analyze React Native codebases for performance, security, code quality, refactoring, deprecated features, upgrades, accessibility, and testing. Provides actionable insights to optimize and maintain projects effectively.

Instructions

Comprehensive React Native codebase analysis including performance, security, refactoring, and upgrades

Input Schema

NameRequiredDescriptionDefault
analysis_typesNoTypes of analysis to perform
codebase_pathNoPath to React Native project root

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "analysis_types": { "description": "Types of analysis to perform", "items": { "enum": [ "performance", "security", "code_quality", "refactoring", "deprecated_features", "upgrades", "accessibility", "testing", "all" ], "type": "string" }, "type": "array" }, "codebase_path": { "description": "Path to React Native project root", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MrNitro360/React-Native-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server