Skip to content
Grok

hash forge mcp for Grok

io.github.ryudi84/hash-forge-mcp

Hash text with SHA-256, SHA-384, SHA-512 and compare hashes

client:Grok transport:stdio runtime:npm

Install hash forge mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "hash-forge-mcp": {
      "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 forge mcp in other clients