Skip to main content
Glama

fast-filesystem-mcp

by efforthye

fast_large_write_file

Write large files reliably with streaming, retries, backups, and verification. Supports directory creation, chunked writes, and optional emoji removal for stable file handling.

Instructions

대용량 파일을 안정적으로 작성합니다 (스트리밍, 재시도, 백업, 검증 기능)

Input Schema

NameRequiredDescriptionDefault
appendNo추가 모드
backupNo기존 파일 백업 생성
chunk_sizeNo청크 크기 (바이트)
contentYes파일 내용
create_dirsNo디렉토리 자동 생성
encodingNo텍스트 인코딩utf-8
force_remove_emojisNo이모지 강제 제거 (기본값: false)
pathYes파일 경로
retry_attemptsNo재시도 횟수
verify_writeNo작성 후 검증

Input Schema (JSON Schema)

{ "properties": { "append": { "default": false, "description": "추가 모드", "type": "boolean" }, "backup": { "default": true, "description": "기존 파일 백업 생성", "type": "boolean" }, "chunk_size": { "default": 65536, "description": "청크 크기 (바이트)", "type": "number" }, "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" }, "retry_attempts": { "default": 3, "description": "재시도 횟수", "type": "number" }, "verify_write": { "default": true, "description": "작성 후 검증", "type": "boolean" } }, "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