Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2025 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    File Edit Check Server

    MCP server that enforces pre-read checks and detailed commit documentation

    2 stars
    Updated Apr 1, 2025

    Documentation

    File Edit Check MCP Server

    An MCP server that enforces pre-read checks and detailed commit documentation. This server prevents blind modifications to files by requiring explicit read operations before any writes or diffs can be applied.

    Features

    • Enforces pre-read verification before file modifications
    • Prevents blind writes and diffs
    • Provides detailed commit message guidance
    • TypeScript implementation with proper error handling

    Tools

    • checked_read_file: Read a file and mark it as read for future editing
    • checked_write_to_file: Write to a file, requiring it to have been read first if it exists
    • checked_apply_diff: Apply a diff to a file, requiring it to have been read first
    • list_my_tools: List the tools registered in this server

    Installation

    bash
    npm install
    npm run build

    Usage

    Add to your MCP settings file:

    json
    {
      "mcpServers": {
        "file-edit-check": {
          "command": "node",
          "args": ["/path/to/file-edit-check-server/build/index.js"],
          "disabled": false,
          "alwaysAllow": []
        }
      }
    }

    Similar MCP

    Based on tags & features

    • MC

      Mcpmcp Server

      21
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • CH

      Chuk Mcp Linkedin

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcpmcp Server

      21
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • CH

      Chuk Mcp Linkedin

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k