Encrypted secrets vault with MCP for AI agents. Secrets resolved at runtime, never leaked to LLM conversations.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Encrypted secrets vault with MCP for AI agents. Secrets resolved at runtime, never leaked to LLM conversations.
Developers regularly leak API keys, passwords, and tokens to AI coding tools. 100,000+ LLM conversations with exposed secrets were found indexed by search engines in 2025.
AI agents read your .env files. They copy-paste secrets into conversations. They commit them accidentally. Keyblind stops this by keeping secrets encrypted at rest and resolving them at runtime β the plaintext value never touches the LLM transcript.
That's it. After
keyblind setup-mcp, restart Claude Code. Then just say "list my keyblind secrets" or "use my OPENAI_API_KEY" β the AI agent resolves secrets at runtime without ever seeing them in the transcript.
Keyblind is MCP-first β it works with every AI tool that speaks the Model Context Protocol (Claude Code, Cursor, Copilot, Windsurf, Cline, Zed).
This auto-configures Claude Code to use Keyblind. Works from any directory. For other editors, see editor-specific configs.
Add a .mcp.json to your project root, or use claude mcp add:
With biometric gate (Touch ID required before secrets are resolved):
Session expires after 15 minutes. Requires Pro or Team license.
| Tool | Description |
|---|---|
resolve_secret | Resolve a secret at runtime (value hidden from transcript) |
store_secret | Encrypt and store a secret |
list_secrets | List secret names (values never revealed) |
delete_secret | Delete a secret |
sandbox_env | Replace .env values with deterministic fakes |
unsandbox_env | Restore real .env values from vault |
audit_log | View secret resolution audit trail |
totp_code | Generate a TOTP 2FA code for a stored config |
totp_store | Store a TOTP configuration from otpauth:// URI |
totp_list | List all stored TOTP configurations |
totp_delete | Delete a TOTP configuration |
create_share_link | Create encrypted, expiring share link for a secret |
receive_share | Receive and decrypt a shared secret |
deadman_status | Check dead man's switch status |
deadman_checkin | Reset dead man's switch timer |
sso_status | Check SSO/OIDC authentication status |
Manage your secrets from a browser at app.keyblind.dev. Start the HTTP server:
Then sign in with your license key at app.keyblind.dev/login. Features:
The Keyblind Chrome Extension detects and blocks secrets from being pasted into AI chat interfaces (Claude.ai, ChatGPT, Copilot).
Features:
Located in browser-extension/. Load as unpacked extension from chrome://extensions.
| Free | Pro | Team | |
|---|---|---|---|
| Price | $0 | $79/year | $29/user/month |
| Secrets | 5 | Unlimited | Unlimited |
| Local vault | β | β | β |
| Sandbox / Unsandbox | β | β | β |
| MCP server | β | β | β |
| Dashboard | β | β | β |
| Browser extension | β | β | β |
| 7 backends | β | β | β |
| Team vaults | β | β | β |
| Audit log | β | β | β |
| Secret sharing | β | β | β |
| Dead man's switch | β | β | β |
| TOTP 2FA | β | β | β |
| Biometric gate | β | β | β |
| SSO/OIDC | β | β | β |
| CI/CD integration | β | β | β |
Keyblind supports multiple secret backends:
| Backend | Read | Write | Requires |
|---|---|---|---|
| local (default) | β | β | Nothing |
| 1password | β | β | op CLI |
| bitwarden | β | β | bw CLI |
| env | β | β | Nothing |
| aws | β | β | aws CLI |
| gcp | β | β | gcloud CLI |
| azure | β | β | az CLI |
| Keyblind | Cloak | |
|---|---|---|
| Protocol | MCP (all editors) | VS Code extension only |
| Editors | Claude Code, Cursor, Copilot, Windsurf, Cline, Zed | VS Code, Cursor |
| Storage | AES-256-GCM SQLite | AES-256-GCM file |
| Backends | Local, 1Password, Bitwarden, Env, AWS, GCP, Azure | Local only |
| Sandbox | Deterministic HMAC fakes | AES-256-GCM encrypted |
| Web dashboard | β (app.keyblind.dev) | β |
| Browser extension | β (Chrome) | β |
| TOTP 2FA | β | β |
| Secret sharing | β (encrypted URL fragment) | β |
| Dead man's switch | β | β |
| Touch ID | β (macOS biometric gate) | β |
| CI/CD | keyblind run for env injection | β |
| Network | Zero (fully local) | Zero |
| License | MIT | Proprietary |
| Free tier | β (5 secrets) | β |
| Pro | $79/year (unlimited) | β |
~/.keyblind/ with 0700 permissionsNo reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/aarifmms-keyblind)<a href="https://allmcps.com/mcp/aarifmms-keyblind"><img src="https://allmcps.com/api/badge/aarifmms-keyblind?style=directory" alt="Keyblind on AllMCPs" /></a>