Skip to content
VS Code

Hash Digest Tool for VS Code

com.apished/hash-digest-tool

Computes MD5, SHA1, SHA256, SHA512, and CRC32 digests from text, base64, or hex input.

client:VS Code transport:streamable-http tools:1

Install Hash Digest Tool in VS Code

.vscode/mcp.json

{
  "servers": {
    "hash-digest-tool": {
      "type": "http",
      "url": "https://apished.com/mcp/v1/hash"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Hash Digest Tool in other clients