MCP control plane
The MCP control plane lives under fur mcp — registry, daemon, budget, sandbox, tools, and run. Top-level aliases shortcut the most common groups.
Canonical surface
bash
fur mcp list
fur mcp registry ...
fur mcp daemon ...
fur mcp budget ...
fur mcp sandbox ...
fur mcp tools <...>
fur mcp run <...>
fur mcp <raw...>Top-level aliases
The most-used MCP groups have shortcut commands at the top level:
bash
fur registry ...
fur daemon ...
fur budget ...
fur sandbox ...
fur tools ...The aliases share the same backend behaviour and JSON envelope as their fur mcp … counterparts.
Backend selection
FOXORA_MCP_COMMAND— explicit backend binary.- Fallback resolution order:
foxora-mcp, thenmcp.
Dry-run preview
Every MCP command supports --dry-run --json for safe automation:
bash
fur registry list \
| jq '.action == "mcp" and .dry_run == true'