MarkLayer for Cline
io.github.thevrus/marklayer
Work visual annotations on a live webpage: watch, acknowledge, resolve, reply, or leave your own.
client:Cline
transport:stdio
runtime:npm
Install MarkLayer in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"marklayer": {
"command": "npx",
"args": [
"-y",
"marklayer-mcp"
],
"env": {
"MARKLAYER_ROOM": "<MARKLAYER_ROOM>",
"MARKLAYER_API_BASE": "<MARKLAYER_API_BASE>",
"MARKLAYER_AGENT": "<MARKLAYER_AGENT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs