Run tickets, boards, OKRs and cloud coding agents in your Builderforce workspace
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A human-in-the-loop, fully agentic cloud β train your own AI agents and use them inside your own agent, manage your whole workforce on a Kanban board, and review and approve every action without ever leaving VS Code.
Builderforce.ai is a human-in-the-loop, fully agentic cloud where ideas become software and software becomes agents. You stay in control of every step while AI agents do the work β train your own specialist agents and put them to work inside your own agent, manage the whole workforce from a Kanban board, and review, validate, and approve everything without leaving your editor. It combines a full in-browser IDE with an AI training pipeline, a Workforce Registry for specialist agents, and an orchestration portal for self-hosted BuilderForce Agents meshes.
Three capabilities at the core:
| Capability | What it does |
|---|---|
| π Train agents, use them inside your agent | Train a custom agent in-browser (WebGPU LoRA + AI evaluation), publish it to the Workforce Registry, then hire it and call it from inside your own agent β your specialists become tools your main agent delegates to. |
| β¦ Kanban board & project management | Organize work into projects, then plan, assign, and track every task on a live Kanban board (swimlanes per status or per agent, plus table, calendar, and Gantt views). Humans and AI agents share the same board. |
| π§© Never leave VS Code | The BuilderForce VS Code extension runs the whole platform in your editor β chat with agents, assign and run tasks, review and validate their work, and approve human-in-the-loop actions without leaving your code. |
One platform. Three roles:
| Role | What it does |
|---|---|
| Enterprise IDE | Full Node.js runtime in the browser (WebContainers + Monaco + xterm.js); real-time collaboration; AI pair programming |
| AI Training Studio | In-browser LoRA fine-tuning on instruction datasets; WebGPU-accelerated; models up to 2B parameters; no cloud GPU required |
| Orchestration Portal | BuilderForce Agent fleet management; task assignment; heartbeat monitoring; agent-to-agent mesh relay; approval gates |
npm install, Vite dev servers, and interactive shells without leaving the browsermamba-engine.ts) runs an O(n) selective scan alongside transformer inference; agent state persists to IndexedDB as a compact Float32 state vector and is embedded in exported AgentPackage JSONforceFallbackAdapter: true; platform reports gpuMode: 'cpu-fallback' transparentlyMambaStateSnapshot into a portable AgentPackage JSON artifacttraining_sessions table tracks dataset β training β evaluation β re-training loops for continuous agent quality improvementPOST /api/ide/agents/:id/chat routes inference through OpenRouter with the agent's persona injected into the system prompt; X-Inference-Mode: lora | hybrid | base | fallback-base header signals which path ranMambaStateSnapshot; each inference call prepends [Memory: step=N signal=X context="..."] to the system prompt, giving the agent persistent conversational memory without re-trainingPUT /api/ide/agents/:id/mamba-state accepts a MambaStateSnapshot from the builderforce CLI after each session; upgrades the agent package to v2.0 and recomputes inference_mode; GET /api/ide/agents/:id/mamba-state retrieves the stored snapshotGET /api/ide/agents/:id/package returns the correct format and increments request_countPOST /api/ai/chat with model: "builderforce/workforce-<agentId>" auto-routes to the agent inference endpoint (the legacy coderclawllm/ prefix is still accepted); no client-side changes requiredagent_inference_logs table captures model ref, latency, token counts, status, and inference mode per request for observability and billingBuilderforce.ai is the cloud-side control plane for BuilderForce Agents self-hosted agents:
POST /api/agent-hosts with machine profile (IP, workspace dirs, ports, tunnel metadata)PATCH /api/agent-hosts/:id/heartbeat keeps capability maps and machine profiles currentGET /api/agent-hosts/:id/assignment-context delivers assigned project metadata and context hints; the runtime syncs to .builderforce/context.yamlAgentHostRelayDO Durable Object proxies WebSocket connections between agent hosts; POST /api/agent-hosts/:id/forward dispatches tasks to a remote host, authenticated with the SOURCE host's own API key (?from=<id>&key=β¦, or the X-AgentHost-From header) and refused across tenantstasks and executions tables track work assigned to specific agent hosts; POST /api/tasks/next feeds the next task to a waiting agent/api/claws and /api/agentNodes still answer for fleets that have not moved, with Deprecation: true and a Link: rel="successor-version" pointing at /api/agent-hosts (presentation/middleware/legacyAlias.ts). New callers use the canonical path.bf_default_tenant_id auto-selects on login/admin surface for platform admins (superadmin flag); logs/global-errors.txt in R2; /observability LLM usage metricssrc/infrastructure/payment/StripeProvider.ts (Stripe Checkout + Billing, hosted payment page, webhook-activated). There is deliberately no provider switch and no manual fallback: a fallback that activated plans without charging meant an unconfigured deploy handed out paid plans for free.src/infrastructure/payment/PaymentProvider.ts keeps TenantService off the concrete Stripe client and lets tests inject a fake; it is not a provider-swap seam.POST /api/tenants/:id/subscription/checkout always returns a hosted checkoutUrl. The plan activates only when the signed webhook confirms payment β never from the request itself.POST /api/webhooks/payment receives Stripe events; HMAC-verified with a 5-minute replay window; activates/cancels subscriptions via normalised WebhookEventSTRIPE_* Worker secrets (see src/infrastructure/payment/index.ts). They are validated lazily: absent secrets return 503 from the billing routes and never break Worker boot.Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/builderforce)<a href="https://allmcps.com/mcp/builderforce"><img src="https://allmcps.com/api/badge/builderforce?style=directory" alt="Builderforce on AllMCPs" /></a>