Skip to content
Grok

Laya Typed Decisions for Grok

io.github.perrylink/laya-mcp

Typed noul / choice / score judgments from a local Laya model, with token-budget preflight.

client:Grok transport:stdio runtime:npm

Install Laya Typed Decisions in Grok

.mcp.json (in your project root)

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

Laya Typed Decisions in other clients