letswork for Zed
io.github.saicharanrajoju/letswork
Real-time collaborative coding via MCP — two developers, one codebase
client:Zed
transport:stdio
runtime:pypi
Install letswork in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"letswork": {
"command": "uvx",
"args": [
"letswork"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs