> ## Documentation Index
> Fetch the complete documentation index at: https://fracta.quasarops.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI Overview

> Every fracta command at a glance

| Command                                              | Purpose                                                          |
| ---------------------------------------------------- | ---------------------------------------------------------------- |
| [`fracta init`](/docs/reference/cli/init)                 | Initialize `.fracta` in a git repo                               |
| [`fracta spawn`](/docs/reference/cli/spawn)               | Spawn a new agent with a task                                    |
| [`fracta list`](/docs/reference/cli/list)                 | List all agents, status, and intent                              |
| [`fracta peek`](/docs/reference/cli/peek)                 | Show an agent's recent semantic output                           |
| [`fracta say`](/docs/reference/cli/say)                   | Send a follow-up message to an agent                             |
| [`fracta watch`](/docs/reference/cli/watch)               | Stream live SSE events from an agent                             |
| [`fracta merge`](/docs/reference/cli/merge)               | Merge an agent's branch into the current branch                  |
| [`fracta kill`](/docs/reference/cli/kill)                 | Remove an agent's worktree and state                             |
| [`fracta serve`](/docs/reference/cli/serve)               | Run fracta as an MCP server                                      |
| [`fracta controlplane`](/docs/reference/cli/controlplane) | Manage the control plane daemon                                  |
| [`fracta worker`](/docs/reference/cli/worker)             | Run a queue worker for missions                                  |
| [`fracta host-mcp`](/docs/reference/cli/host-mcp)         | Run the host-facing MCP server                                   |
| [`fracta auth`](/docs/reference/cli/auth)                 | Manage credential profiles                                       |
| [`fracta config mcp`](/docs/reference/cli/config-mcp)     | Fetch the MCP catalog and inject servers into deployment configs |
| [`fracta mcp`](/docs/reference/cli/mcp)                   | \[Deprecated] One-release alias for `fracta config mcp auth`     |
| [`fracta registry`](/docs/reference/cli/registry)         | Manage MCP server / tool registrations                           |
| [`fracta graph`](/docs/reference/cli/graph)               | Query and update the knowledge graph                             |

The per-command pages below are auto-generated from `fracta <cmd> --help`. They are regenerated by running `scripts/gen-cli-docs.sh`.
