Skip to content
VS Code

hash forge mcp for VS Code

io.github.ryudi84/hash-forge-mcp

Hash text with SHA-256, SHA-384, SHA-512 and compare hashes

client:VS Code transport:stdio runtime:npm

Install hash forge mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "hash-forge-mcp": {
      "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

hash forge mcp in other clients