Skip to main content
Glama

fast-filesystem-mcp

by efforthye

fast_write_file

Write or modify files with support for emoji guidelines, automatic directory creation, and text encoding options. Includes append mode and optional emoji removal for streamlined file management.

Instructions

파일을 쓰거나 수정합니다 (이모지 가이드라인 제공)

Input Schema

NameRequiredDescriptionDefault
appendNo추가 모드
contentYes파일 내용
create_dirsNo디렉토리 자동 생성
encodingNo텍스트 인코딩utf-8
force_remove_emojisNo이모지 강제 제거 (기본값: false)
pathYes파일 경로

Input Schema (JSON Schema)

{ "properties": { "append": { "default": false, "description": "추가 모드", "type": "boolean" }, "content": { "description": "파일 내용", "type": "string" }, "create_dirs": { "default": true, "description": "디렉토리 자동 생성", "type": "boolean" }, "encoding": { "default": "utf-8", "description": "텍스트 인코딩", "type": "string" }, "force_remove_emojis": { "default": false, "description": "이모지 강제 제거 (기본값: false)", "type": "boolean" }, "path": { "description": "파일 경로", "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/efforthye/fast-filesystem-mcp'

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