Skip to main content
Glama

filesystem-mcp

by sylphxltd

write_content

Write or append content to multiple files in specific paths, creating necessary directories automatically. Ideal for managing and updating file content efficiently.

Instructions

Write or append content to multiple specified files (creating directories if needed).

Input Schema

NameRequiredDescriptionDefault
itemsYesArray of {path, content, append?} objects.

Input Schema (JSON Schema)

{ "properties": { "items": { "description": "Array of {path, content, append?} objects.", "items": { "properties": { "append": { "default": false, "description": "Append content instead of overwriting.", "type": "boolean" }, "content": { "description": "Content to write.", "type": "string" }, "path": { "description": "Relative path for the file.", "type": "string" } }, "required": [ "path", "content" ], "type": "object" }, "type": "array" } }, "required": [ "items" ], "type": "object" }
Install Server

You must to connect to the server.

Other Tools from filesystem-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/sylphxltd/filesystem-mcp'

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