ChainWeaver runs on your own machine — the client starts it, so there is no endpoint to ping. 342 installs a week from pypi. Last commit 31 Jul 2026.
Expose deterministic ChainWeaver flows as MCP tools without LLM calls between steps.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add chainweaver -- uvx chainweaver
{
"mcpServers": {
"chainweaver": {
"args": [
"chainweaver"
],
"command": "uvx"
}
}
}
[mcp_servers.chainweaver]
command = "uvx"
args = ["chainweaver"]
{
"mcpServers": {
"chainweaver": {
"args": [
"chainweaver"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"chainweaver": {
"args": [
"chainweaver"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.