Prerequisites
- Nuon CLI installed and authenticated (
nuon auth login,nuon orgs select) - An LLM client that supports MCP (Cursor, Claude Code, etc.)
Steps
1
Register the MCP server
Add the stdio proxy to your MCP client. It injects your token and org from Claude Code:For a direct HTTP connection instead, see Connect.
~/.nuon:2
Verify context
nuon auth login and nuon orgs select.3
First tool calls
In the LLM client, call:
whoami— confirm account and orglist_installs— list installs in that org
select_org when using the stdio proxy (org is already in X-Nuon-Org-ID).4
Writes (optional)
Restart the proxy with Your token must also have create permission.
--allow-writes only when you need to mutate (approve steps, run actions, preview branches, and so on):