Skip to main content
NEUS Trust connects to any MCP-capable agent environment and adds identity, scoped authority, policy checks, and receipts before trusted actions. Hosted endpoint: https://mcp.neus.network/mcp
IdentityVerified
AuthorityScoped
PolicyChecked
ReceiptIssued
Endpointhttps://mcp.neus.network/mcp
Signed in on neus.network? Use Open in for Cursor, Claude Code, or Codex.
npx -y -p @neus/sdk neus setup
npx -y -p @neus/sdk neus auth
npx -y -p @neus/sdk neus doctor --live
Call neus_context at the start of each session.
npx -y -p @neus/sdk neus setup --client cursor
npx -y -p @neus/sdk neus setup --client codex
npx -y -p @neus/sdk neus setup --client vscode
npx -y -p @neus/sdk 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

npx -y -p @neus/sdk 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 issue proofs.
Last modified on June 5, 2026