hash forge mcp for Zed
io.github.ryudi84/hash-forge-mcp
Hash text with SHA-256, SHA-384, SHA-512 and compare hashes
client:Zed
transport:stdio
runtime:npm
Install hash forge mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hash-forge-mcp": {
"command": "npx",
"args": [
"-y",
"hash-forge-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs