Skip to content
Grok

hash for Grok

io.github.ryudi84/hash

MCP server for cryptographic hashing — MD5, SHA-1, SHA-256, SHA-384, SHA-512

client:Grok transport:stdio runtime:npm

Install hash in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "hash": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hash-forge-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

hash in other clients