Skip to content
Grok

locus for Grok

io.github.edkarlsson/locus

Hierarchical markdown memory palace for AI agents — structured palace navigation via MCP tools.

client:Grok transport:stdio runtime:pypi

Install locus in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "locus": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "locus-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

locus in other clients