ChainWeaver for VS Code
io.github.dgenio/chainweaver
Expose deterministic ChainWeaver flows as MCP tools without LLM calls between steps.
client:VS Code
transport:stdio
runtime:pypi
Install ChainWeaver in VS Code
.vscode/mcp.json
{
"servers": {
"chainweaver": {
"type": "stdio",
"command": "uvx",
"args": [
"chainweaver"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs