sha256-mcp-server

tyler-larson-iaim/sha256-mcp-server
★ 0 stars Python 📦 Other Updated 1d ago
For learning purposes. Hosts an MCP server with a tool to calculate SHA-256 encodings and store them in a hash-map
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sha256-mcp-server": {
      "command": "uvx",
      "args": [
        "sha256-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install sha256-mcp-server