Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

ContinueWith in other clients