Skip to main content
Glama

Expo MCP Server

by mattlemmone

writeFile

Store content in a specified file path for Expo-based React Native projects, enabling efficient file manipulation and project management within the Expo MCP Server environment.

Instructions

Write content to a file

Input Schema

NameRequiredDescriptionDefault
contentYesThe content to write to the file
filePathYesThe path to the file to write

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "The content to write to the file", "type": "string" }, "filePath": { "description": "The path to the file to write", "type": "string" } }, "required": [ "filePath", "content" ], "type": "object" }

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