Skip to main content
Glama

Expo MCP Server

by mattlemmone

readFile

Retrieve the contents of a file by specifying its path, enabling developers to access and manage project files efficiently within Expo-based React Native applications.

Instructions

Read the contents of a file

Input Schema

NameRequiredDescriptionDefault
filePathYesThe path to the file to read

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "The path to the file to read", "type": "string" } }, "required": [ "filePath" ], "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