Odel
Keyblind

Keyblind

Local
@aarifmms3TypeScriptMITUpdated 3mo ago

Encrypted secrets vault for AI agents — secrets resolved at runtime, never seen by LLMs.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmkeyblindv0.1.4

Run

npx -y keyblind

MCP client config

{
  "mcpServers": {
    "keyblind": {
      "command": "npx",
      "args": [
        "-y",
        "keyblind"
      ]
    }
  }
}