MCP-native
Expose secrets to Claude Code, Cursor, any MCP client. Per-agent grants: read, reveal_secret, write, delete × glob scope.
One grant flips the agent to deny-by-default
A local-first password manager with a native Model Context Protocol surface. Your AI agents get exactly the secrets they need — nothing more, nothing cloud.
Your AI assistant needs a Stripe key to write a script. You paste it into the prompt. It's now in the model provider's logs, context caches, and who-knows-where else.
Cloud password managers won't expose a secure API to local agents. Even if they did, there's no per-agent scoping — one compromised agent is game over.
Self-hosted vaults exist, but none speak MCP. You're left gluing shell scripts to op get and hoping the agent reads the output correctly.
Audit: your PW manager tells you "an app accessed this item." Which app? Which agent? Which script? Unknown.
Expose secrets to Claude Code, Cursor, any MCP client. Per-agent grants: read, reveal_secret, write, delete × glob scope.
One grant flips the agent to deny-by-default
Password derives the KEK. DEK is random, only rotated via vardra reset. XChaCha20-Poly1305 on items and DEK wrap. SQLCipher at rest.
Crypto decisions documented in ADRs
Every read, write, reveal is appended to a hash chain. Tamper with a log entry and vardra audit-verify catches it. Immutable for real.
Audit log you can actually defend in court
Optional TLS + bearer-auth relay lets your devices sync without trusting a vendor. Run the relay on your own VPS or skip sync entirely.
Your secrets never leave hardware you control
PRAGMA key HKDF-derived from the DEK
Length-prefixed AAD everywhere
TOTP + single-use backup codes
Ed25519 manifest verified before download
Glob-scoped, deny-by-default on first grant
Crash-safe DB + sidecar two-file writes
JSON, CSV, 1Password, Bitwarden
Three surfaces, one vault
Documented full-host recovery drill
Pre-release builds. The macOS DMG is now signed by Apex Radius Labs and notarized by Apple. Windows is signed-pending until v0.2.
arm64 · M1, M2, M3, M4
DMG containing vardra, vardra-daemon, and an install.sh that drops them into /usr/local/bin.
Windows 10 & 11 · 64-bit
ZIP with vardra.exe (CLI). Extract anywhere, add to PATH, run vardra init. Direct vault commands work standalone — daemon mode (persistent unlock, MCP) lands in 0.2.
On Linux? Build from source — the README has a 4-line cargo quickstart.
Self-hosted team relay. Paid support + hardened builds for companies that need it.