Submit

Hashing Mcp Server

@KunalPathak

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 and other MCP clients.

Server Config

{
  "mcpServers": {
    "hashing-docker": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "kunalpathak13/hashing-mcp-server:latest"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.