neus_context.
To load the same agent into an editor project:
claude or codex. VS Code uses --apply cursor. This writes .neus/mount.json and the host adapter. Start a new session so the project picks it up.
The editor runs the tools. NEUS supplies identity, limits, and proofs. Cursor Cloud Agents can use the hosted MCP endpoint the same way. NEUS does not spawn those VMs for you.
From the agent card
Connect in copies:--apply values are cursor, claude, or codex. VS Code uses --apply cursor. Run it in the project. If the host is not connected yet, run neus setup first. The browser never downloads a static rules file.
Assistant tool
When signed in, callneus_agent_mount with agentId. You can also use agentWallet or the identity proof ID in identityQHash.
Suggested order:
neus_contextneus_agent_mountwhen acting as a specific agentneus_proofs_check/neus_verify_or_guidebefore sensitive actions
SDK
resolveRuntimeBundleFromMcp with your MCP transport, then applyRuntimeBundle(host, bundle, cwd) for project files. The same bundle shape is returned by the neus_agent_mount MCP tool and the neus mount CLI.
Where permissions are enforced
Your client controls its own tools. NEUS supplies verified context and permissions; your host remains responsible for enforcement.
