Skip to main content
Glama

Filesystem MCP Server

by ai-yliu

write_file

Create or overwrite files by specifying a path and content, enabling file management within predefined directories via the Filesystem MCP Server.

Instructions

Create new file or overwrite existing

Input Schema

NameRequiredDescriptionDefault
contentYesContent to write to the file
pathYesPath to the file to write

Input Schema (JSON Schema)

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

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/ai-yliu/filesystem-mcp-server'

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