hash for VS Code
io.github.ryudi84/hash
MCP server for cryptographic hashing — MD5, SHA-1, SHA-256, SHA-384, SHA-512
client:VS Code
transport:stdio
runtime:npm
Install hash in VS Code
.vscode/mcp.json
{
"servers": {
"hash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hash-forge-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs