
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@dcprotocol/cli
Advanced tools
DCP command‑line tool for creating a vault, managing data, and approving agent access.
This is the primary interface for developers and power users.
npm install -g @dcprotocol/cli
dcp init
dcp create-wallet --chain solana
dcp add address.home
dcp list
dcp init — initialize vault (shows recovery phrase once)dcp create-wallet --chain solana|base|ethereumdcp add <scope> — add data (address, identity, preferences)dcp read <scope> — display STANDARD/SENSITIVE datadcp list — list scopes (no values shown)dcp update <scope> / dcp remove <scope>dcp status — show vault status and countsdcp approve --list — view pending consentsdcp approve <id> --session — approve a consent and create sessiondcp agents / dcp revoke <id>dcp config — budgets and limitsdcp activity — audit logdcp recovery restore — restore from phraseinit
-f, --force — reinitialize even if a vault existslist
-t, --type <wallet|identity|address|preferences|credentials|health|budget>-c, --chain <solana|base|ethereum>-v, --verbose — show created/updated timestampsadd / update
-d, --data <json> — non‑interactive JSON input-s, --sensitivity <standard|sensitive|critical> (add only)remove / revoke
-f, --force — skip confirmationactivity
--limit <n>, --agent <name>, --type <type>, --last <duration>After one successful unlock, the CLI caches unlock state for 30 minutes (local only).
This avoids repeated passphrase prompts during setup.
Override with:
DCP_CLI_SESSION_MINUTES (minutes)DCP_CLI_INSECURE_SESSION=1 (file‑based cache if keychain unavailable)When agents request data or signing, DCP creates a pending consent. You can approve via:
dcp approve --list
dcp approve <consent_id> --session
Or via the local approval UI at http://127.0.0.1:8420 if the REST server is running.
@dcprotocol/mcp or @dcprotocol/server.SCHEMA.md.FAQs
CLI for DCP Vault - manage wallets, data, and agent access
The npm package @dcprotocol/cli receives a total of 5 weekly downloads. As such, @dcprotocol/cli popularity was classified as not popular.
We found that @dcprotocol/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.