Skip to content
Grok

loom for Grok

io.github.klosskarl/loom

Local-first personal knowledge base. Cited answers from your vault via vector + graph retrieval.

client:Grok transport:stdio runtime:pypi

Install loom in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "loom": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "loom-pkm"
      ]
    }
  }
}

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

loom in other clients