Skip to content
Cursor

ChainWeaver for Cursor

io.github.dgenio/chainweaver

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

client:Cursor transport:stdio runtime:pypi

Install ChainWeaver in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ChainWeaver in other clients