Skip to main content
Glama

React Native MCP Server

by MrNitro360

architecture_advice

Receive tailored React Native architecture and project structure guidance based on project type (simple, complex, enterprise, library, monorepo) and key features for efficient development.

Instructions

Get React Native architecture and project structure advice

Input Schema

NameRequiredDescriptionDefault
featuresNoKey features of the app
project_typeYesType of React Native project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "features": { "description": "Key features of the app", "items": { "type": "string" }, "type": "array" }, "project_type": { "description": "Type of React Native project", "enum": [ "simple_app", "complex_app", "enterprise_app", "library", "monorepo" ], "type": "string" } }, "required": [ "project_type" ], "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