Skip to main content
Glama

fast-filesystem-mcp

by efforthye

fast_extract_archive

Extract compressed files with customizable options like target directory, overwrite settings, directory creation, permission preservation, and selective file extraction.

Instructions

압축 파일을 해제합니다

Input Schema

NameRequiredDescriptionDefault
archive_pathYes압축 파일 경로
create_dirsNo디렉토리 자동 생성
extract_specificNo특정 파일들만 해제 (선택적)
extract_toNo해제할 디렉토리.
overwriteNo기존 파일 덮어쓰기
preserve_permissionsNo권한 보존

Input Schema (JSON Schema)

{ "properties": { "archive_path": { "description": "압축 파일 경로", "type": "string" }, "create_dirs": { "default": true, "description": "디렉토리 자동 생성", "type": "boolean" }, "extract_specific": { "description": "특정 파일들만 해제 (선택적)", "items": { "type": "string" }, "type": "array" }, "extract_to": { "default": ".", "description": "해제할 디렉토리", "type": "string" }, "overwrite": { "default": false, "description": "기존 파일 덮어쓰기", "type": "boolean" }, "preserve_permissions": { "default": true, "description": "권한 보존", "type": "boolean" } }, "required": [ "archive_path" ], "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