Skip to content
Grok

loki mode for Grok

io.github.asklokesh/loki-mode

Autonomous spec-to-product coding-agent CLI with an MCP server exposing 36 tools over stdio.

client:Grok transport:stdio runtime:npm

Install loki mode in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "loki-mode": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "loki-mode"
      ]
    }
  }
}

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

loki mode in other clients