Keyblind runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 3 Jun 2026.
Encrypted secrets vault for AI agents — secrets resolved at runtime, never seen by LLMs.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
execSync(`command -v ${cmd}`, { stdio: "ignore", timeout: 2000 });
const dir = path.join(CERTS_DIR, domain);
list: () => Object.keys(process.env).filter((k) => !k.startsWith("npm_") && !k.startsWith("_")),
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add keyblind -- npx -y keyblind
{
"mcpServers": {
"keyblind": {
"args": [
"-y",
"keyblind"
],
"command": "npx"
}
}
}
[mcp_servers.keyblind]
command = "npx"
args = ["-y", "keyblind"]
{
"mcpServers": {
"keyblind": {
"args": [
"-y",
"keyblind"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"keyblind": {
"args": [
"-y",
"keyblind"
],
"command": "npx"
}
}
}
Zero-knowledge MCP secrets vault for AI agents: secrets injected at runtime, never seen by the model
Local AES-256-GCM vault for AI agents. Secrets stay local, LLMs never see real API keys.
Local encrypted secret broker for AI agents: request keys by name, approve each use over MCP.
Encrypted secrets and credential management for agents
Read-only runtime secret retrieval from HashiCorp Vault via Keymaster for autonomous AI agents.
Encrypted secrets for Next.js. AES-256-GCM with no vault needed.
Secure P2P file transfer and encrypted chat for AI agents. No accounts, no API keys.
Secure secrets proxy for AI agents — manages API keys so agents never see raw credentials.
Answers built from our own checks of this server.