crypto tools mcp for VS Code
io.github.mrfentmen/crypto-tools-mcp
Hash, sign, and encrypt text locally with standard algorithms. No network and no key.
client:VS Code
transport:stdio
runtime:npm
Install crypto tools mcp in VS Code
.vscode/mcp.json
{
"servers": {
"crypto-tools-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"crypto-tools-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs