hledit MCP for Zed
io.github.dabito/hledit-mcp
Hash-anchored file edits for MCP clients. Rejects stale writes before they happen.
client:Zed
transport:stdio
runtime:npm
Install hledit MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hledit-mcp": {
"command": "npx",
"args": [
"-y",
"hledit-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs