Skip to content
Grok

loci for Grok

io.github.3m1ry33t/loci

Scoped memory for coding agents: picks the right project, answers in scope, or abstains.

client:Grok transport:stdio runtime:pypi

Install loci in Grok

.mcp.json (in your project root)

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

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