Crux

Harness autonomous agents into accountable workforces.

Crux Control discovers the agents already installed on your machines, governs their MCP tool calls, routes work across vendors, and gives operators one traceable command surface.

PoliciesApprovalsMCP GatewayTraces
Vendor Neutral
Local First
MCP Governed
Open Core

// Foundation scope - Plan 1

The first Crux release is built around local agent operations.

target baseline - 2026-05-12

LOCAL API
:7700
crux-server HTTP control plane
STATE STORE
SQLite
~/.local/share/crux/crux.db
MANAGED AGENTS
3+
Claude Code, Codex, Gemini CLI
GOVERNANCE
MCP
gateway injection and tool audit

// The questions vendor SDKs leave to operators

Which agents are installed across our machines, and who owns them?
Which MCP servers and tools can each agent reach?
Can we route a job from Claude Code to Codex when the first agent fails or hits a limit?
Can we preserve enough context to hand work between agents without starting over?
Can we block a dangerous tool call before a managed CLI agent executes it?
Can we estimate cost from captured executions even when the provider auth lives outside Crux?
Can custom SDK agents share the same inventory, policy, and trace model?
Can we sync a local fleet into an organization-wide cloud control plane later?

If agents are doing real work, they need a control plane before they become an unmanaged workforce.

// Control plane - core primitives

Operate agents above the framework layer.

Crux is not another agent SDK. It is the operational layer that sits above every runtime: inventory, execution, policy, and trace.

Discover and dispatch

Scan PATH and native MCP configs, register managed agents, then dispatch jobs with context packs through the `crux` CLI.

discoverruncontextfallback

Trace every run

Capture subprocess output, execution status, trace events, cost estimates, and handoff records in one local control plane.

tracecosteventssqlite

Govern MCP tools

Inject the Crux MCP gateway so managed agents route tool calls through allow, deny, approval, and audit policy.

mcppolicyapprovalaudit

Unify custom agents

Bring SDK-built agents through Crux-owned adapters and model gateways for deeper model-call observability and routing.

adaptersmodelsgatewayagbom

// Crux console - operator surface

One operator view for managed and custom agents.

Inspect a run, see the agent that handled it, review MCP tool calls, approve risky actions, and hand work to a fallback agent with the full context pack intact.

crux.invariantcontinuum.io / local fleet - localhost:7700
OverviewTracesApprovals
EXECUTIONS
18,142
+12.4%
SUCCESS RATE
98.7%
+0.3%
P95 LATENCY
24ms
-3ms
COST (7d)
$12,430
+6.1%
Execution flow
Recent traces
LIVE
exec-2026-05-11-001support-triageok2100ms
exec-2026-05-11-002refund-processorok1830ms
exec-2026-05-11-003code-reviewerwarn2410ms
exec-2026-05-11-004lead-scorerok1640ms
exec-2026-05-11-005incident-routerok2280ms
exec-2026-05-11-006doc-extractorok1110ms
Approvals
23
PENDING
7
ESCALATED
182
APPROVED
Top agents by executions (7d)
support-triage
4,812
refund-processor
2,941
code-reviewer
1,732
lead-scorer
1,208
install · CLIcopy
$ go install github.com/agenticfleet/cruxcontrol/cmd/crux@latest
==> Building crux from source
==> Installed -> ~/go/bin/crux
$ crux up
✓ crux server running on http://localhost:7700
profile · crux.yamlcopy
apiVersion: crux.io/v1alpha1
kind: Fleet
metadata:
name: support-triage
spec:
agents: { min: 4, max: 64 }
gateway: { policy: prod-guardrails }
observability: { otel: true }

// Bring any agent. Keep its native auth.

Vendor-neutral by design.

Crux sits above your installed CLIs, SDK-built agents, providers, and MCP servers. It governs the operational boundary without replacing the framework.

Agents and frameworks

Claude Code
OpenAI Codex CLI
Gemini CLI
OpenAI Agents SDK
Anthropic API
Custom Python / TS

Model providers

OpenAI
Anthropic
Google
AWS Bedrock
Microsoft Foundry
Google Vertex
Ollama
vLLM
llama.cpp

Runtimes

Local
Docker
Kubernetes
Self-hosted
Crux Cloud

// Use cases

What operators do with Crux.

Agent Discovery

Find installed CLI agents and custom agents, import their metadata, and track owners in one fleet.

MCP Governance

Proxy MCP tool calls through allowlists, blocks, approvals, audit trails, and prompt-injection scans.

Fallback Routing

Hand a job and its packed context from one agent to the next when a run fails, stalls, or reaches limits.

Cost Awareness

Estimate and attribute execution cost from captured traces without taking over provider authentication.

Fleet Profiles

Export, import, and promote known-good agent, policy, MCP, and model-route profiles across machines.

Human Approvals

Queue risky tool calls for review and preserve the decision in the execution trace.

// Pricing

Open-core. Operations are the paid surface.

The Apache-2.0 core is complete enough to self-host. Commercial tiers add hosted operations, retention, org controls, support, and fleet-scale compliance.

Open Source

FreeApache-2.0

Local Crux CLI, server, worker, gateway, MCP governance, console, adapters, and exports.

  • crux CLI and local crux-server
  • SQLite-backed local control plane
  • Managed-agent discovery and execution
  • MCP gateway and tool-call audit
  • Framework and provider adapters
  • Self-hosted console and Kubernetes operator
Get started

Cloud Starter

Freepersonal fleets

Hosted control plane for small fleets that need sync and short retention without running infrastructure.

  • Hosted multi-tenant control plane
  • 7-day trace and AgBOM retention
  • Personal fleet sync
  • Community MCP catalog
  • Hosted console
  • Best-effort support
Get started
Recommended

Cloud Team

Per agentper month

The organization tier for shared fleets, policy rollout, approvals, SSO, and audit export.

  • Everything in Starter
  • Distributed fleet enrollment
  • Org-wide MCP allowlist and policy push
  • SSO / SCIM / RBAC
  • 90-day trace and AgBOM retention
  • Slack / email approval routing
  • SIEM-compatible audit export
Get started

Cloud Enterprise

Customcapacity-based

Dedicated hosting, regulated retention, support, and hardened delivery for large or sensitive fleets.

  • Everything in Team
  • Dedicated control plane
  • Custom retention and data residency
  • Advanced policy and eval packs
  • Signed MCP catalog
  • FedRAMP / SOC 2 / ISO 27001 support
  • 24x7 support and named TAM
Contact sales

Need self-hosted Enterprise?

Crux Enterprise packages the cloud operations layer for air-gapped and dedicated environments with hardened images, policy packs, and compliance evidence.

Talk to us

Bring your agent fleet under control.

Start with local discovery and execution. Add MCP governance, traces, approvals, and cloud sync when the fleet grows.

$ go install github.com/agenticfleet/cruxcontrol/cmd/crux@latest