ContinueWith for Zed
io.github.continuewith-ai/continuewith
Install the ContinueWith AI handoff widget from coding agents (Cursor, Claude Code, Codex).
client:Zed
transport:stdio
runtime:npm
Install ContinueWith in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"continuewith": {
"command": "npx",
"args": [
"-y",
"@continuewith/mcp"
],
"env": {
"LOOP_API_KEY": "<LOOP_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs