Skip to main content
Glama

Expo MCP Server

by mattlemmone

expoLogs

Retrieve server logs from the Expo MCP Server to monitor and debug React Native applications. Specify the number of entries and log type (stdout, stderr, or all) for efficient troubleshooting.

Instructions

Get logs from the running Expo server

Input Schema

NameRequiredDescriptionDefault
countNoNumber of log entries to retrieve
typeNoType of logs to retrieveall

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "default": 50, "description": "Number of log entries to retrieve", "type": "number" }, "type": { "default": "all", "description": "Type of logs to retrieve", "enum": [ "all", "stdout", "stderr" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Expo MCP Server

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/mattlemmone/expo-mcp'

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