Skip to content
Grok

loci for Grok

io.github.ivenkoolab/loci

Cross-session memory and hybrid RAG over your notes and docs. Local-first, with cited answers.

client:Grok transport:stdio runtime:pypi

Install loci in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "loci": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "loci-rag"
      ]
    }
  }
}

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

loci in other clients