Loading languages...
HA

hashing-mcp-server

@kanad13

A Model Context Protocol (MCP) server for calculating MD5 and SHA-256 hashes, complete with tools and guides for understanding and building MCP servers. Works with Claude Desktop & VSCode.

MCP
hashing
MD5
SHA-256
Claude
VSCode

# mcpServer Config

{
  "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"
    }
  }
}

# stdio

hashing-mcp-server
Transport:
stdio
Langue:
Shell
Créé:4/6/2025
Mis à jour:4/21/2025