Skip to main content
Glama

fast-filesystem-mcp

by efforthye

fast_edit_block

Edit file blocks securely by matching exact text strings with advanced precision. Specify paths, old/new text, and optional parameters like word boundaries or case sensitivity for targeted modifications.

Instructions

정교한 블록 편집: 정확한 문자열 매칭으로 안전한 편집 (desktop-commander 방식)

Input Schema

NameRequiredDescriptionDefault
backupNo백업 생성
case_sensitiveNo대소문자 구분
expected_replacementsNo예상 교체 횟수 (안전성을 위해)
new_textYes새로운 텍스트
old_textYes정확히 매칭할 기존 텍스트 (최소 컨텍스트 포함)
pathYes편집할 파일 경로
preview_onlyNo미리보기만 (실제 편집 안함)
word_boundaryNo단어 경계 검사 (부분 매칭 방지)

Input Schema (JSON Schema)

{ "properties": { "backup": { "default": true, "description": "백업 생성", "type": "boolean" }, "case_sensitive": { "default": true, "description": "대소문자 구분", "type": "boolean" }, "expected_replacements": { "default": 1, "description": "예상 교체 횟수 (안전성을 위해)", "type": "number" }, "new_text": { "description": "새로운 텍스트", "type": "string" }, "old_text": { "description": "정확히 매칭할 기존 텍스트 (최소 컨텍스트 포함)", "type": "string" }, "path": { "description": "편집할 파일 경로", "type": "string" }, "preview_only": { "default": false, "description": "미리보기만 (실제 편집 안함)", "type": "boolean" }, "word_boundary": { "default": false, "description": "단어 경계 검사 (부분 매칭 방지)", "type": "boolean" } }, "required": [ "path", "old_text", "new_text" ], "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