neus mount command loads a verified agent’s current context into one bundle:
- verified identity
- granted permissions
- current settings
- skills and tools
- trust receipt links
Quick start
.neus/mount.json: machine-readable agent context.cursor/rules/neus-agent-my-agent.mdc: agent instructions and trust workflow
Assistant tool
When signed in, callneus_agent_mount with agentId. You can also use agentWallet or the identity receipt ID in identityQHash.
The tool returns the same bundle as the command-line interface and is available on every plan.
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('cursor', 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
Cursor controls third-party tools inside the editor. NEUS supplies verified context and permissions; your host remains responsible for enforcement.