Odel
ChainWeaver

ChainWeaver

Local
@dgenio6PythonApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIchainweaverv0.12.1

Run

uvx chainweaver

MCP client config

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