Skip to content
Cursor

Laya Typed Decisions for Cursor

io.github.perrylink/laya-mcp

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

client:Cursor transport:stdio runtime:npm

Install Laya Typed Decisions in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "laya-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "laya-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Laya Typed Decisions in other clients