Documentation
README
NAC onboarding
Get the user to a running nac dashboard as fast as possible, then connect their MCP client. Authentication, model choice, and MCP server setup all happen in the dashboard UI โ do not walk the user through them in chat.
Keep credentials private: if the user ever needs to enter a key or complete a device login, they do it themselves in the UI or their own shell; never request a token in chat or write one into a tracked file.
1. Install and launch
-
Check whether
nac-webis available withnac-web --version. -
If it is missing, install the latest stable release:
curl -fsSL https://raw.githubusercontent.com/arcee-ai/nac/main/scripts/install.sh | sh -
Start nac from the repository the user wants it to work on:
nac-web
This is the opening of the README. Read the full README on GitHub.