Skip to main content
Glama

https://github.com/Streen9/react-mcp

edit-file

Modify or create files by specifying the file path and content. Integrates with react-mcp to enable React app development based on user prompts.

Instructions

Create or edit a file

Input Schema

NameRequiredDescriptionDefault
contentYesContent to write to the file
filePathYesPath to the file to edit

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content to write to the file", "type": "string" }, "filePath": { "description": "Path to the file to edit", "type": "string" } }, "required": [ "filePath", "content" ], "type": "object" }

You must be authenticated.

Other Tools from https://github.com/Streen9/react-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/kalivaraprasad-gonapa/react-mcp'

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