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

# NEUS CLI

> Set up hosted MCP, validate the connection, and load trusted agent context from the terminal.

The official NEUS CLI ships in [`@neus/sdk`](https://www.npmjs.com/package/@neus/sdk). Product page: [https://neus.network/cli](https://neus.network/cli).

```bash theme={"dark"}
npx -y -p @neus/sdk neus
```

| Command                                  | Purpose                                       |
| ---------------------------------------- | --------------------------------------------- |
| `npx -y -p @neus/sdk neus setup`         | Register hosted MCP on the local client       |
| `npx -y -p @neus/sdk neus doctor --live` | Confirm the live connection                   |
| `npx -y -p @neus/sdk neus auth`          | Sign in when the host needs a profile session |

After install you can use the short commands `neus setup`, `neus doctor --live`, and `neus auth`.

The CLI configures hosted MCP and loads trusted agent context. HTTP agents should fetch [NEUS OpenAPI](https://api.neus.network/openapi.json). Assistants should use [NEUS MCP](https://mcp.neus.network/mcp).
