Odel
hledit MCP

hledit MCP

Local
@dabito1TypeScriptMITUpdated 1mo ago

Hash-anchored file edits for MCP clients. Rejects stale writes before they happen.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmhledit-mcpv0.1.4

Run

npx -y hledit-mcp

MCP client config

{
  "mcpServers": {
    "hledit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hledit-mcp"
      ]
    }
  }
}