Skip to content
Grok

Hashloom for Grok

io.github.davet47/hashloom

Content-addressed contracts and a verification cache that cut agent context by skipping proven code.

client:Grok transport:stdio runtime:pypi

Install Hashloom in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "hashloom": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hashloom"
      ]
    }
  }
}

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

Hashloom in other clients