Skip to content
Cursor

MarkLayer for Cursor

io.github.thevrus/marklayer

Work visual annotations on a live webpage: watch, acknowledge, resolve, reply, or leave your own.

client:Cursor transport:stdio runtime:npm

Install MarkLayer in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "marklayer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "marklayer-mcp"
      ],
      "env": {
        "MARKLAYER_ROOM": "<MARKLAYER_ROOM>",
        "MARKLAYER_API_BASE": "<MARKLAYER_API_BASE>",
        "MARKLAYER_AGENT": "<MARKLAYER_AGENT>"
      }
    }
  }
}

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

MarkLayer in other clients