File Edit Check MCP Server is a server that enforces pre-read checks and detailed commit documentation to prevent blind modifications to files. Users can install it via npm and add it to their MCP settings for enhanced file safety.
File Edit Check MCP Server is a server that enforces pre-read checks and detailed commit documentation to prevent blind modifications to files. Users can install it via npm and add it to their MCP settings for enhanced file safety.
npm install file-edit-check && npm run buildAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"file-edit-check-mcp-server": {
"command": "npx",
"args": [
"-y",
"npm install file-edit-check && npm run build"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from File Edit Check MCP Server?"
No configuration required. This server works out of the box.
"What resources are available in File Edit Check MCP Server?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in File Edit Check MCP Server"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in File Edit Check MCP Server with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.