
file edit check server
MCP server that enforces pre-read checks and detailed commit documentation
Repository Info
About This Server
MCP server that enforces pre-read checks and detailed commit documentation
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
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 editingchecked_write_to_file: Write to a file, requiring it to have been read first if it existschecked_apply_diff: Apply a diff to a file, requiring it to have been read firstlist_my_tools: List the tools registered in this server
Installation
npm install
npm run build
Usage
Add to your MCP settings file:
{
"mcpServers": {
"file-edit-check": {
"command": "node",
"args": ["/path/to/file-edit-check-server/build/index.js"],
"disabled": false,
"alwaysAllow": []
}
}
}
Quick Start
Clone the repository
git clone https://github.com/punkpeye/file-edit-check-serverInstall dependencies
cd file-edit-check-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.