Skip to main content
Glama

Expo MCP Server

by mattlemmone

listFiles

Retrieve and display a list of files from a specified directory path on the Expo MCP Server, enabling efficient file management for Expo-based React Native projects.

Instructions

List files in a directory

Input Schema

NameRequiredDescriptionDefault
directoryPathYesThe path to the directory to list files from

Input Schema (JSON Schema)

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