Skip to main content
Glama

MCP File Server

by codyde

createfile

Generate files by specifying content and file path on the MCP File Server, enabling structured file system operations through a standardized interface.

Input Schema

NameRequiredDescriptionDefault
contentYesContent to write to the file
filePathYesPath where the file should be created

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from MCP File 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/codyde/mcp-file-tool'

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