Skip to content
Cursor

Lotor for Cursor

io.github.githubscum/lotor

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

client:Cursor transport:stdio runtime:npm

Install Lotor in Cursor

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

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

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

Lotor in other clients