Keyblind is a local encrypted secrets vault with an MCP server for AI agents, letting them resolve secrets at runtime without exposing plaintext values in chat transcripts. It also provides CLI commands for storing, listing, sandboxing, sharing, and injecting secrets into commands.
From the registry: Encrypted secrets vault for AI agents — secrets resolved at runtime, never seen by LLMs.
$ npm i -g keyblindhttps://www.npmjs.com/package/keyblind/$ keyblind init$ keyblind activate <your-license-key>https://keyblind.devPlease install the `keyblind` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Keyblind CLI** — Install the Keyblind package globally via npm so the `keyblind` command is available. Run: `npm i -g keyblind` (https://www.npmjs.com/package/keyblind/)
- **Initialize your vault** — Create and initialize the local encrypted Keyblind vault before using the MCP server. Run: `keyblind init`
Optional prerequisites:
- Activate Pro/Team license for biometric mode — Only needed if you want to run the MCP server with `--biometric`. The README states biometric gate requires a Pro or Team license. Run: `keyblind activate <your-license-key>` (https://keyblind.dev)
Canonical MCP server config (stdio transport):
- command: `keyblind`
- args: ["start"]
Note: Manual MCP server command is `keyblind start` for stdio transport. An optional biometric mode is also documented as `keyblind start --biometric`, which requires prior `keyblind unlock` authentication and a Pro or Team license. The README also documents `keyblind start --http`, but that is for the web dashboard rather than the MCP client setup shown here.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.