mcpbeat Sign in

Keyblind MCP Server

local only

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.

Installs per day peak 34 · avg 12 · -23% w/w
a month agotoday
54
Installs / week
npm · keyblind
3
Stars
1 open issues
3 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

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 });
Builds a file path from a variable src/https.ts:28
  const dir = path.join(CERTS_DIR, domain);
Dumps the whole environment src/backends.ts:111
    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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add keyblind -- npx -y keyblind
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "keyblind": {
      "args": [
        "-y",
        "keyblind"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.keyblind]
command = "npx"
args = ["-y", "keyblind"]
.cursor/mcp.json
{
  "mcpServers": {
    "keyblind": {
      "args": [
        "-y",
        "keyblind"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "keyblind": {
      "args": [
        "-y",
        "keyblind"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Keyblind

same job, measured the same way
Wundervault MCP
by wundervault

Zero-knowledge MCP secrets vault for AI agents: secrets injected at runtime, never seen by the model

339 installs/wk local only
Enigmagent MCP
by agnuxo1

Local AES-256-GCM vault for AI agents. Secrets stay local, LLMs never see real API keys.

60 installs/wk local only
keyward
by arturayupov

Local encrypted secret broker for AI agents: request keys by name, approve each use over MCP.

local only
Secure Vault
by mdfifty50-boop

Encrypted secrets and credential management for agents

35 installs/wk local only
Keymaster MCP
by ainoakari

Read-only runtime secret retrieval from HashiCorp Vault via Keymaster for autonomous AI agents.

43 installs/wk local only
Lockbox
by sathergate

Encrypted secrets for Next.js. AES-256-GCM with no vault needed.

28 installs/wk local only
SRIFT
by srift

Secure P2P file transfer and encrypted chat for AI agents. No accounts, no API keys.

288 installs/wk 8 tools answering
Janee
by rsdouglas

Secure secrets proxy for AI agents — manages API keys so agents never see raw credentials.

100 installs/wk local only

Keyblind — questions

Answers built from our own checks of this server.

Why is there no uptime for Keyblind?
Keyblind runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package keyblind was installed 54 times last week.
How do I connect Keyblind?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls keyblind straight from npm; nothing to host, nothing to sign up for.
How many people use Keyblind?
The npm package keyblind was installed 54 times in the last week. Week over week that is -23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Keyblind open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.