Skip to content
VS Code

Lotor for VS Code

io.github.githubscum/lotor

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

client:VS Code transport:stdio runtime:npm

Install Lotor in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Lotor in other clients