Skip to content
Zed

ChainWeaver for Zed

io.github.dgenio/chainweaver

Expose deterministic ChainWeaver flows as MCP tools without LLM calls between steps.

client:Zed transport:stdio runtime:pypi

Install ChainWeaver in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "chainweaver": {
      "command": "uvx",
      "args": [
        "chainweaver"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ChainWeaver in other clients