yocoolab for Zed
io.github.jonahbkerr/yocoolab
Pin visual feedback on any live web page and send it to Claude Code, Cursor or your AI agent.
client:Zed
transport:stdio
runtime:npm
Install yocoolab in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"yocoolab": {
"command": "npx",
"args": [
"-y",
"@yocoolab/mcp-server"
],
"env": {
"YOCOOLAB_TOKEN": "<YOCOOLAB_TOKEN>",
"YOCOOLAB_API_URL": "<YOCOOLAB_API_URL>",
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"YOCOOLAB_BRIDGE_WORKSPACE": "<YOCOOLAB_BRIDGE_WORKSPACE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs