[forge v3 · agent orchestration runtime]

Solo devs ship
like teams.

You give Forge an intent. It spawns four sub-agents that review, test, write, and ship — in parallel, on your machine, with full context. You stay in the loop.

1 dev4agentsshipping today
Echo AIlive demo

Consumer AI assistant · multi-model

Tap a prompt below to see Echo respond
live · agent networkruntime 0:24 · 4/4 online
Writer
edits/codes
running0:31
editing src/auth.ts
Reviewer
reads/critiques
running0:12
scanning src/auth.ts
Tester
runs/verifies
running0:04
running auth/*.test.ts
Deployer
ships/rolls
queued0:02
waiting on tester
1 dev4 agents · parallelshipped·avg run · 28s · zero human glue
/ architecture /

One brain. Four hands.
Any model.

Forge brain holds task state and dispatches sub-agents in parallel. Each agent picks its own provider — Anthropic, OpenAI, local Ollama — and streams back. You see every token.

Your code calls forge-client (SDK). The SDK talks to forge-mcp (self-host, MIT) or Forge Cloud (hosted at mcp.sbknext.com). Same protocol either way.

forge.brain — runningdemo run
queue: 3tokens/s: 218cost: $0.04
YOU · intent"fix null deref"forge.brainorchestrator · statewriterclaude-sonnet-4.5reviewerclaude-haikutestergpt-4o-minideployerlocal · ollamaprovidersAnthropicclaude · sonnet+haikuOpenAIgpt-4o / o-seriesOllamalocal · llama · qwenstreamtokens · livequeueparallel · fan-outmemorybrain-mcp shared
/ install /

Install in your language.

Three runtimes — same brain.

The full install + signup flow lives at mcp.sbknext.com — that's where you get a token, see Claude Desktop / Cursor / VS Code configs, and choose between self-hosting forge-mcp (free, MIT) or Forge Cloud (hosted, preview).

Quick reference — SDK only
Python ≥ 3.9live on PyPI
pip install sbknext-forge
Node.js ≥ 18live on npm
npm install @sbknext/forge
Rustcoming soon on crates.io
sbknext-forge = "0.1"  # crates.io coming soon
Get a token → mcp.sbknext.comSelf-host → github.com/sbknext/corebrain
[ SUITE ]

Three tools. One brain.

Structural truth + security posture + LLM reliability — one MCP surface. Each tool ships independently, tested before merge, honest about what it doesn't know.

S
Sutra
live
See your product as features — derived from code, honest about what it doesn't know. 371 tests.
MIT · JS/TS · Phase 0github
FS
Forge Secure
live
Security posture dashboard — gitleaks/osv/semgrep orchestrated, masked by default. 363 tests.
open source · CI gategithub
H
Forge Harness
live
Mechanical guards that make any LLM reliable — sloppy model 60.7% raw → 100% with harness (mock eval, candidate). 331 tests.
MIT · model-agnosticgithub
🔍
Website Scanner
free · no signup
live
Scan any URL for headers, TLS, DNS, and exposed-path issues. Candidate findings, grouped by severity, with remediation.
powered by forge-securetry it
mock-adapter eval — not a real-provider benchmark
model profilerawwith harnessperfect100 / 100100 / 100sloppy60.7%100%broken (first-try 0%)0%100%
/ dogfood /

Built with Forge.
Running right now.

Every project below is shipped, maintained, and reviewed by the four-agent loop you just watched. Including Forge itself.

E
Echo AI
live
live
Consumer AI assistant — conversational chat, multi-provider routing. Try the live demo in the hero.
live since Apr 2026open
L
forge-linkedin
live · v0.1.0
Safe-pace LinkedIn engagement. Tag-search + 30 likes/day, real Chrome session.
open source · Rustgithub
B
Forge MCP
now part of the Forge ecosystem · mcp.sbknext.com
live
Long-term memory protocol. The shared substrate every Forge agent reads + writes.
live · self-hosted · per-user isolatedmcp.sbknext.com
F
claude-fuse
MIT
live
Filesystem MCP that lets Claude mount your repo. Read, write, watch — with policy.
MIT · early accessgithub
Forge
self-hosting · v0.4.3
live · self-hosted
This thing. Forge ships Forge. Every commit reviewed + tested + deployed by Forge.
v0.4.3 · shipped todaysource
S
Sutra
MIT
live
Static structural graph for any JS/TS repo. Scan → flow graph + drift checks: orphaned endpoints, dead imports, dangling tests.
MIT · Phase 0github
🛡
Forge Secure
open source
live
Security scanner — gitleaks + osv + semgrep → masked, candidate-labelled findings + a CI gate. Built into the four-agent loop.
secrets + deps · CI gategithub
+
your project
idle
Bootstrap a new repo with Forge in 30 seconds. Get four agents and a brain on day one.
$ forge new my-appstart
[ ECOSYSTEM ]

Two ways to run Forge.

One protocol. One SDK. Same agent code. Both free — no card, no subscription.

Option 1
forge-mcp OSS
Open source · MIT · Apache-2.0

Self-host on your machine. SQLite + local embeddings. No data leaves your box.

github.com/sbknext/corebrain →
(public flip soon)
Option 2
Forge Cloud preview
Hosted MCP endpoint · cb.sbknext.com/mcp

Postgres + pgvector + shared communities. Free — generous rate limits, no paywall. Free token via signup.

mcp.sbknext.com →
(preview · free token via signup)
Enterprise & help

Forge is free with generous rate limits — the only limit is rate, never features behind a paywall. Need private infra, scale, or compliance/SSO? Self-host the open-core (Apache-2.0) — your data never leaves your box. Want consulting, onboarding, or a hand standing it up? Reach out — enterprise setup is a one-time engagement, no recurring subscription.

Self-host (open-core) Contact us
See SELF-HOST.md for the open-core self-host guide.
[ ROADMAP ]

Shipped. Building.
Next.

Honest status — only what's real. No fake dates, no vapourware. Built in public, one milestone at a time.

shipped · live now
  • Forge v0.4.3 — agent orchestration runtime, self-hosting, live at forge.sbknext.com.
  • forge SDKpip install sbknext-forge · npm @sbknext/forge. Both live on PyPI + npm.
  • Brain MCP — hosted memory protocol at mcp.sbknext.com. Per-user isolated, self-hostable.
  • Echo AI — consumer AI assistant, live at echo.sbknext.com. Try the hero demo.
  • claude-fuse — MIT, local-first observability for Claude Code sessions.
  • Sutra — MIT, static structural code-graph + drift checks. Open source on GitHub.
building now
  • Forge Cloud — hosted MCP endpoint, preview. Postgres + pgvector + shared communities.
  • Forge Secure — security scanner (gitleaks + osv + semgrep) → masked findings + CI gate. Open source, active dev.
  • Sutra feature viewer — interactive flow + health dashboard; JS/TS + Python.
  • Autonomous SDLC — planner → executor → verify loop; mistake-ledger driven. Manual today, automating the orchestrator.
next · exploring
  • Self-evolving harness — agents that critique + rewrite their own rules against evals.
  • Rust SDKcrates.io publish (Python + Node already live).
  • Forge Secure dashboard — severity cards, drill-down, trend-over-time.
  • Public OSS flip — corebrain / forge-mcp self-host repos going public.
Status is honest, not aspirational — if it says shipped, it's live and you can use it today. Watch this page; it changes as things ship.