Skip to content
Cursor

hledit MCP for Cursor

io.github.dabito/hledit-mcp

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

client:Cursor transport:stdio runtime:npm

Install hledit MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hledit MCP in other clients