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

# tenet context-hub

> Manage the Context Hub daemon — the central coordination server

The Context Hub is an MCP server that runs locally, serving memory, events, and context to all agents.

```bash theme={null}
tenet context-hub ensure       # start if not running
tenet context-hub start        # start explicitly
tenet context-hub stop         # stop the daemon
tenet context-hub status       # check health
tenet context-hub events       # stream live events
```

Default port: 4360. Configured in `.tenet/config.json`.
