Skip to content
Grok

Lotor for Grok

io.github.githubscum/lotor

A local receipt and approval gate for AI agent sessions. The agent can act, but it cannot sign.

client:Grok transport:stdio runtime:npm

Install Lotor in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "lotor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lotor-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

Lotor in other clients