Skip to main content
Glama

File Edit Check MCP Server

by 8grackles

파일 편집 확인 MCP 서버

사전 읽기 검사 및 상세한 커밋 문서를 적용하는 MCP 서버입니다. 이 서버는 쓰기 또는 diff 적용 전에 명시적인 읽기 작업을 요구하여 파일에 대한 맹목적인 수정을 방지합니다.

특징

  • 파일 수정 전 사전 읽기 검증을 시행합니다.
  • 블라인드 쓰기 및 diff를 방지합니다.
  • 자세한 커밋 메시지 지침을 제공합니다
  • 적절한 오류 처리를 통한 TypeScript 구현

도구

  • checked_read_file : 파일을 읽고 나중에 편집할 수 있도록 읽음으로 표시합니다.
  • checked_write_to_file : 파일이 존재하는 경우 먼저 읽혀야 하므로 파일에 쓰기
  • checked_apply_diff : 파일에 diff를 적용하며, 먼저 읽혀야 합니다.
  • list_my_tools : 이 서버에 등록된 도구들을 나열합니다.

설치

지엑스피1

용법

MCP 설정 파일에 다음을 추가합니다.

{ "mcpServers": { "file-edit-check": { "command": "node", "args": ["/path/to/file-edit-check-server/build/index.js"], "disabled": false, "alwaysAllow": [] } } }
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

이 MCP 서버는 사전 읽기 검사와 자세한 커밋 문서를 시행하여 승인되지 않은 파일 수정을 방지하고, 쓰기 및 diff 작업이 명시적 읽기에 앞서 수행되도록 보장합니다.

  1. 특징
    1. 도구
      1. 설치
        1. 용법

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol (MCP) server that provides file deletion capabilities. This server allows AI assistants to safely delete files when needed, with support for both relative and absolute paths.
            Last updated -
            1
            12
            1
            JavaScript
            Apache 2.0
            • Apple
          • -
            security
            A
            license
            -
            quality
            A secure MCP server enabling read-only access and file search capabilities within a specified directory, while respecting .gitignore patterns.
            Last updated -
            Python
            MIT License
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            This server offers secure, read-only access to directory files via the MCP, supporting file searching, .gitignore compliance, path traversal protection, and MIME type detection using the 'file://' URI scheme.
            Last updated -
            6
            MIT License
            • Apple
            • Linux
          • A
            security
            A
            license
            A
            quality
            A TypeScript MCP server port of Anthropic's filesystem editing tools, allowing file manipulation via client-approved operations without automated writes to prevent system harm.
            Last updated -
            5
            5
            TypeScript
            MIT License

          View all related MCP servers

          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/8grackles/file-edit-check-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server