Wire the stack you already use
Connect LLMs, shell commands, Python or Node scripts, HTTP APIs, files, Git, containers, and complete subflows.
Inspectable agent workflow runtime
Orchestrate parallel models, agent CLIs, scripts, and bounded loops on one canvas. Debug every step, version the graph, then run it from the desktop, terminal, CI, or MCP.
Early MVP · Windows desktop · local-first
Built for real work
Knodr gives developer automation a shape you can inspect. See the whole system, step through a single node, and keep every flow versioned beside your code.
Connect LLMs, shell commands, Python or Node scripts, HTTP APIs, files, Git, containers, and complete subflows.
Independent branches execute concurrently. Route, merge, loop, delay, and trigger work without serializing the whole graph.
Pause on breakpoints, inspect inputs and outputs, replay one node, and follow live logs without adding print statements everywhere.
Launch flows manually, on timers, from webhooks, file changes, or Git events—and keep long-running sessions alive.
The built-in MCP server exposes catalog, authoring, validation, execution, logs, snapshots, and node-level debugging tools.
No Knodr-hosted control plane, account, or telemetry. Credentials stay encrypted locally; model traffic goes directly to the providers you configure.
One core, three surfaces
The desktop app, headless CLI, and MCP server all use the same scheduler, serializer, validator, and node registry. A flow behaves the same everywhere.
GUI
Compose on a canvas, run live, inspect values, and replay nodes.
CLI
Validate and run versioned flows in terminals and CI pipelines.
MCP
Let coding agents author, organize, execute, and debug flows through tools.
PS> knodr run .\review.knodrflow ` --input-file .\src\auth.cs ` --output-format json ✓ input.manual ready ✓ agent.cli completed 2.4s ✓ agent.cli completed 2.8s ✓ merge.join completed 0.0s ✓ file.write review.md flow completed in 2.8s
Production patterns
Download complete, versionable flows and follow the architecture from inputs to artifacts. Each pattern runs through the same UI, CLI, and MCP runtime.
Competing architects, specialist critics, arbitration, and a bounded rework loop turn one question into an auditable decision.
Four independent reviewers inspect a pull-request diff, a fifth consolidates findings, and deterministic code publishes reports and SARIF.
Discover node schemas, author a validated flow through MCP, execute it safely, and package the lifecycle as a reusable agent skill.
Get Knodr