Skip to content
Cline

ChainWeaver for Cline

io.github.dgenio/chainweaver

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

client:Cline transport:stdio runtime:pypi

Install ChainWeaver in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ChainWeaver in other clients