MarkLayer for Zed
io.github.thevrus/marklayer
Work visual annotations on a live webpage: watch, acknowledge, resolve, reply, or leave your own.
client:Zed
transport:stdio
runtime:npm
Install MarkLayer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"marklayer": {
"command": "npx",
"args": [
"-y",
"marklayer-mcp"
],
"env": {
"MARKLAYER_ROOM": "<MARKLAYER_ROOM>",
"MARKLAYER_API_BASE": "<MARKLAYER_API_BASE>",
"MARKLAYER_AGENT": "<MARKLAYER_AGENT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs