Skip to main content
Glama

React Native MCP Server

by MrNitro360

analyze_codebase_performance

Identify and resolve performance issues in React Native codebases by analyzing key areas like list rendering, navigation, animations, memory usage, bundle size, and startup time.

Instructions

Analyze entire React Native codebase for performance issues

Input Schema

NameRequiredDescriptionDefault
codebase_pathNoPath to React Native project root
focus_areasNoSpecific performance areas to focus on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "codebase_path": { "description": "Path to React Native project root", "type": "string" }, "focus_areas": { "description": "Specific performance areas to focus on", "items": { "enum": [ "list_rendering", "navigation", "animations", "memory_usage", "bundle_size", "startup_time", "all" ], "type": "string" }, "type": "array" } }, "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