Back to directory
hashing-mcp-server

hashing-mcp-server

@kanad135

MCP server for calculating MD5 and SHA-256 hashes, compatible with Claude Desktop and VSCode

MCPhashingMD5SHA-256ClaudeVSCodetool

Installation & Configuration

{
  "mcp": {
    "servers": {
      "hashing-docker": {
        "command": "docker",
        "args": [
          "run",
          "-i",
          "--rm",
          "kunalpathak13/hashing-mcp-server:latest"
        ]
      }
    },
    "hashing": {
      "command": "/full/path/to/your/virtualenv/bin/hashing-mcp-server"
    }
  }
}

Information

Transport
stdio
Language
Shell
Created
2025/4/6
Updated
2026/6/6