mcpbeat Sign in

seekrit (local crypto plane) MCP Server

local only

seekrit (local crypto plane) runs on your own machine — the client starts it, so there is no endpoint to ping. 685 installs a week from npm.

Zero-knowledge secrets manager — local crypto-plane MCP server: decrypts and injects secrets.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 417 · avg 56 · +171% w/w
a month agotoday
685
Installs / week
npm · @seekrit/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 mcp -- npx -y @seekrit/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@seekrit/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@seekrit/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@seekrit/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@seekrit/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SEEKRIT_CLIENT_ID (Machine (M2M) client id from POST https://mcp.seekrit.dev/signup — mints an admin token automatically, no separate token to copy.), SEEKRIT_CLIENT_SECRET (Machine (M2M) client secret paired with SEEKRIT_CLIENT_ID.), SEEKRIT_TOKEN (An existing skt_… service or admin token, if you already have one instead of machine credentials.), SEEKRIT_PASSPHRASE (Passphrase for the token's private key. Required for tools that decrypt (get_secret, run_command) when authenticating with SEEKRIT_TOKEN.), SEEKRIT_API_URL (Override the API base URL. Defaults to the hosted seekrit API.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to seekrit (local crypto plane)

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

217 installs/wk local only
Sops MCP
by privacyplaybook

MCP server for creating and managing SOPS-encrypted secrets

53 installs/wk local only
Switchboard
by wkoverfield

One firewall and password manager for all your AI coding agents' MCP servers and secrets.

81 installs/wk local only
Vibescan MCP Server
by aguantar

MCP server for VibeScan — scan projects for leaked secrets and security issues

68 installs/wk local only
I
Vulcan File Ops
by n0zer0d4y

MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.

46 installs/wk local only
Mcpshield
by mcpshield-dev

Security scanner for MCP servers - detects tool poisoning and injection

27 installs/wk local only
MCP Modal Server
by george-bobby

MCP server for managing Modal apps, containers, volumes, and secrets.

1 124 installs/wk local only
Windows Management
by ahmedlaminou

Local Windows management, diagnostics, security, cleanup, and optimization MCP server.

94 installs/wk local only

seekrit (local crypto plane) — questions

Answers built from our own checks of this server.

Why is there no uptime for seekrit (local crypto plane)?
seekrit (local crypto plane) 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 @seekrit/mcp was installed 685 times last week.
Is seekrit (local crypto plane) still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect seekrit (local crypto plane)?
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 @seekrit/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use seekrit (local crypto plane)?
The npm package @seekrit/mcp was installed 685 times in the last week. Week over week that is +171%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.