Password manager for the AI era
Claude Code, Codex, Cursor, OpenClaw — every AI agent needs credentials. clavitor gives them access without giving them everything. Your private data stays locked behind your biometric. Same vault, different access.
See it in action
Your AI searches the vault via MCP and gets exactly what it needs.
The agent asks for your Visa. It gets the name. Not the number.
No phone. No app switching. Your agent handles two-factor.
Not an add-on to some legacy product.
Vault connectors give your AI the same access you have. Everything or nothing. That's not security, that's a checkbox.
Your agent needs your GitHub token. With a connector, it also sees your SSN and private keys.
Other vaults decrypt everything server-side and filter. If the server can read it, it's not private.
Your AI reads what you allow. Private fields are encrypted with a key derived from your biometric — it never leaves your device. Not your AI, not us, not our servers can decrypt them.
"Your AI deploys the code.
It doesn't see what you don't share."
You decide which fields are private — per entry, per field. Those get a second encryption key derived from your biometric via WebAuthn PRF. That key is generated on your device and never transmitted.
Every agent gets its own API key. Your coding agent sees GitHub. Your DevOps agent sees AWS. Neither sees your personal keys.
~/.claude/mcp.json
{
"mcpServers": {
"vault-dev": {
"url": "http://localhost:1984/mcp",
"headers": { "Authorization": "Bearer token_dev_..." }
},
"vault-devops": {
"url": "http://localhost:1984/mcp",
"headers": { "Authorization": "Bearer token_ops_..." }
}
}
}
Launch price until June 30, 2026
We handle TLS, DNS, backups and 21 regional edge nodes across 6 continents. You just create a vault and connect your agents.
Get hosted →One binary on your server. You'll need a domain, reverse proxy and TLS. Full control, zero cost.
Need team or enterprise pricing? Talk to us.