Skip to main content
Connect assistants to verified identity, limited permissions, reusable trust receipts, and encrypted secrets. Hosted endpoint: https://mcp.neus.network/mcp To use a profile agent in a project, choose Connect in on its agent card, then run the copied neus mount command in that project.
neus setup
neus check
One OAuth sign-in configures hosted NEUS MCP for Cursor, Claude Code, and VS Code.Ask your assistant: “Use NEUS Verify before taking sensitive actions.” It checks identity, permissions, and existing receipts first, then summarizes as Passed, Action needed, or Blocked.
neus setup --client cursor
neus setup --client codex
neus setup --client vscode
neus setup --client claude

Other MCP hosts

Add remote MCP URL https://mcp.neus.network/mcp in the host settings, or the JSON below for file-based config.
HostConfig file
Claude Desktop~/.claude.jsonmcpServers
Clinecline_mcp_settings.json in Cline settings
Windsurf~/.codeium/windsurf/mcp_config.json
Gemini CLI~/.gemini/settings.json or gemini mcp add --transport http neus https://mcp.neus.network/mcp
ChatGPTRemote MCP URL in client settings
For servers and CI, use Profile access keys in bearer headers: Auth. Install neus-trust@neus for the bundled trust workflow skill in hosts that support plugins.
{
  "mcpServers": {
    "neus": {
      "type": "http",
      "url": "https://mcp.neus.network/mcp"
    }
  }
}

Servers and CI

neus setup --access-key <npk_...>
Keys: Profile -> Account. Never paste keys into chat.
Use https://mcp.neus.network/mcp for trust receipts and agent tools. The docs site also offers a search-only endpoint at https://docs.neus.network/mcp - it cannot verify identity or create receipts.
Last modified on July 9, 2026