Loading MCP server directory, please wait...
Expose deterministic ChainWeaver flows as MCP tools without LLM calls between steps.
npx @getmcp/cli add io.github.dgenio/chainweaverRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dgenio/chainweaver": {
"command": "uvx",
"args": [
"chainweaver[mcp]",
"chainweaver",
"serve"
]
}
}
}