checksum mcp for Zed
io.github.mrfentmen/checksum-mcp
Compute file and text checksums locally with sha and md5. No network and no key.
client:Zed
transport:stdio
runtime:npm
Install checksum mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"checksum-mcp": {
"command": "npx",
"args": [
"-y",
"checksum-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs