Documentation Index Fetch the complete documentation index at: https://docs.neus.network/llms.txt
Use this file to discover all available pages before exploring further.
Your assistant should know who is real , what an agent is allowed to do , and which trust receipts already exist — without re-proving identity every session.
Endpoint: https://mcp.neus.network/mcp
Signed in on neus.network ? Use Open in for Cursor, Claude Code, or Codex.
Quick start
Cursor
VS Code & Codex
Claude Code
npx -y -p @neus/sdk neus setup
npx -y -p @neus/sdk neus auth
npx -y -p @neus/sdk neus doctor --live
Sign in once. Start each session with neus_context . Pick one client: npx -y -p @neus/sdk neus setup --client cursor
npx -y -p @neus/sdk neus setup --client vscode
npx -y -p @neus/sdk neus setup --client claude
npx -y -p @neus/sdk neus setup --client cursor
npx -y -p @neus/sdk neus auth
Or add to ~/.cursor/mcp.json: {
"mcpServers" : {
"neus" : {
"type" : "http" ,
"url" : "https://mcp.neus.network/mcp"
}
}
}
npx -y -p @neus/sdk neus setup --client vscode
npx -y -p @neus/sdk neus auth
User config path: OS Path macOS ~/Library/Application Support/Code/User/mcp.jsonLinux ~/.config/Code/User/mcp.jsonWindows %APPDATA%\Code\User\mcp.json
Project scope: ./.vscode/mcp.json MCP npx -y -p @neus/sdk neus setup --client claude
npx -y -p @neus/sdk neus auth
NEUS Trust plugin — receipt reuse, agent authority, session workflow:/plugin marketplace add https://github.com/neus/network
/plugin install neus-trust@neus
/neus-trust:neus-trust-workflow
Other editors
Add remote MCP URL https://mcp.neus.network/mcp in the app, or under mcpServers in ~/.claude.json.
Add to ~/.codeium/windsurf/mcp_config.json: {
"mcpServers" : {
"neus" : {
"url" : "https://mcp.neus.network/mcp"
}
}
}
Restart Windsurf → Cascade → MCPs .
~/.openclaw/agents/main/agent/runtime-mcp.json:{
"mcpServers" : {
"neus" : {
"type" : "http" ,
"url" : "https://mcp.neus.network/mcp" ,
"headers" : {
"Authorization" : "Bearer ${NEUS_ACCESS_KEY}"
}
}
}
}
Set NEUS_ACCESS_KEY from Profile → Account . Trust workflow skill: cp -R plugins/neus-trust/skills/neus-trust-workflow ~/.openclaw/workspace/skills/
Clone github.com/neus/network first.
~/.hermes/config.json:{
"mcpServers" : {
"neus" : {
"type" : "http" ,
"url" : "https://mcp.neus.network/mcp" ,
"headers" : {
"Authorization" : "Bearer <npk_...>"
}
}
}
}
cp -R plugins/neus-trust/skills/neus-trust-workflow ~/.hermes/skills/
~/.gemini/settings.json:{
"mcpServers" : {
"neus" : {
"httpUrl" : "https://mcp.neus.network/mcp"
}
}
}
Or: gemini mcp add --transport http neus https://mcp.neus.network/mcp
Add remote MCP URL https://mcp.neus.network/mcp in ChatGPT or OpenAI client settings.
Servers & CI
npx -y -p @neus/sdk neus setup --access-key < npk_.. . >
Keys: Profile → Account . Never paste keys into chat.
Upgrading from neus-mcp
/plugin uninstall neus-mcp@neus
/plugin install neus-trust@neus