Skip to main content
Glama

fast-filesystem-mcp

by efforthye

fast_copy_file

Copy files or directories between specified paths with options to overwrite, preserve timestamps, recursively copy, and create target directories automatically.

Instructions

파일이나 디렉토리를 복사합니다

Input Schema

NameRequiredDescriptionDefault
create_dirsNo대상 디렉토리 자동 생성
destinationYes대상 경로
overwriteNo기존 파일 덮어쓰기
preserve_timestampsNo타임스탬프 보존
recursiveNo디렉토리 재귀적 복사
sourceYes원본 파일/디렉토리 경로

Input Schema (JSON Schema)

{ "properties": { "create_dirs": { "default": true, "description": "대상 디렉토리 자동 생성", "type": "boolean" }, "destination": { "description": "대상 경로", "type": "string" }, "overwrite": { "default": false, "description": "기존 파일 덮어쓰기", "type": "boolean" }, "preserve_timestamps": { "default": true, "description": "타임스탬프 보존", "type": "boolean" }, "recursive": { "default": true, "description": "디렉토리 재귀적 복사", "type": "boolean" }, "source": { "description": "원본 파일/디렉토리 경로", "type": "string" } }, "required": [ "source", "destination" ], "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