Skip to main content
Glama

fast-filesystem-mcp

by efforthye

fast_safe_edit

Edit files securely by detecting risks and enabling interactive confirmation. Replace specified text with new content while maintaining desired safety levels, ensuring reliable and safe file modifications.

Instructions

안전한 스마트 편집: 위험 감지 및 대화형 확인

Input Schema

NameRequiredDescriptionDefault
auto_add_contextNo자동 컨텍스트 추가
new_textYes새로운 텍스트
old_textYes교체할 텍스트
pathYes편집할 파일 경로
require_confirmationNo위험시 확인 요구
safety_levelNo안전 수준 (strict: 매우 안전, moderate: 균형, flexible: 유연)moderate

Input Schema (JSON Schema)

{ "properties": { "auto_add_context": { "default": true, "description": "자동 컨텍스트 추가", "type": "boolean" }, "new_text": { "description": "새로운 텍스트", "type": "string" }, "old_text": { "description": "교체할 텍스트", "type": "string" }, "path": { "description": "편집할 파일 경로", "type": "string" }, "require_confirmation": { "default": true, "description": "위험시 확인 요구", "type": "boolean" }, "safety_level": { "default": "moderate", "description": "안전 수준 (strict: 매우 안전, moderate: 균형, flexible: 유연)", "enum": [ "strict", "moderate", "flexible" ], "type": "string" } }, "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