Skip to main content
Glama

React Native Debugger MCP

by twodoorsdev

getConnectedApps

Retrieve connected apps in a React Native project by specifying the Metro server port. Simplify debugging with actionable insights into active app connections.

Instructions

Get the connected apps

Input Schema

NameRequiredDescriptionDefault
metroServerPortYesThe port number of the Metro server

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "metroServerPort": { "description": "The port number of the Metro server", "type": "number" } }, "required": [ "metroServerPort" ], "type": "object" }
Install Server

Other Tools from React Native Debugger MCP

Related Tools

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/twodoorsdev/react-native-debugger-mcp'

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