Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

seekrit (local crypto plane)

NPM · @SEEKRIT/MCP · SCANNED AUG 3

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

Available components

+40 this week 59 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency6
Schema Quality & AI Usability75
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 3075 tokens (~66/item across 46 items; 46 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage78
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 33% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @seekrit/mcp

# add to Claude Code
claude mcp add dev-seekrit-mcp -- npx -y @seekrit/mcp
# add to Codex CLI
codex mcp add dev-seekrit-mcp -- npx -y @seekrit/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-seekrit-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@seekrit/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dev-seekrit-mcp --command npx --arg -y --arg @seekrit/mcp
# ~/.hermes/config.yaml
mcp_servers:
  dev-seekrit-mcp:
    command: "npx"
    args: ["-y", "@seekrit/mcp"]
// mcp.json
{
  "mcpServers": {
    "dev-seekrit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@seekrit/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +38
    • Install scripts: pass → unverified security
    • Provenance: fail → unverified security
    • Known CVEs: unverified → partial security
    • Maintenance: pass → unverified functional
    • License: fail → unverified functional
    • Dependency health: unverified → partial functional
    • Tool coverage: unverified → 100 functional
    • Stability: unverified → 0.23 functional
    • MCP protocol: unverified → pass functional
  • 1 Aug 26 −28
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Tool coverage: 100 → unverified functional
    • Capabilities: pass → unverified functional
  • 31 Jul 26 +48
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −49
    • Known CVEs: partial → unverified security
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Maintenance: pass → unverified functional
    • License: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: partial → unverified functional
  • 29 Jul 26 +47
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • License: unverified → fail functional
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −17
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 19

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@seekrit/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 46 exposed · ~2,863 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
audit ~47

Read the organization's audit trail (most recent first).

NameTypeReqDescription
actionstringfilter by action, e.g. secret.updated
limitinteger
orgstring

No output schema declared.

No examples provided.

compose_group ~58

Compose a group into an application environment (higher position wins on name clashes).

NameTypeReqDescription
appstringyes
envstringyes
groupstringyes
orgstring
positioninteger

No output schema declared.

No examples provided.

configure_project ~59

Link a directory to an org/app by writing seekrit.json (like `seekrit init`). The environment is chosen by the service token at runtime.

NameTypeReqDescription
appstringyes
dirstring
orgstringyes

No output schema declared.

No examples provided.

create_app ~36

Create an application in an organization.

NameTypeReqDescription
namestringyes
orgstring
slugstringyes

No output schema declared.

No examples provided.

create_env ~53

Create an application environment. Generates the data key locally and grants it to the caller.

NameTypeReqDescription
appstringyes
namestringyes
orgstring
slugstringyes

No output schema declared.

No examples provided.

create_group ~43

Create a shared group (reusable secret bag) in an organization.

NameTypeReqDescription
namestringyes
orgstring
slugstringyes

No output schema declared.

No examples provided.

create_group_env ~54

Create a group environment. Generates the data key locally and grants it to the caller.

NameTypeReqDescription
groupstringyes
namestringyes
orgstring
slugstringyes

No output schema declared.

No examples provided.

create_mysql_lease ~128

Mint a short-lived MySQL/MariaDB credential against a target and return a ready-to-use connection URL. The password is generated on THIS machine and only its mysql_native_password hash is sent to the API — the plaintext never reaches seekrit or MySQL at rest. The user auto-expires; revoke early with revoke_mysql_lease.

NameTypeReqDescription
orgstring
targetstringyestarget id or name
ttlSecondsintegerlifetime (default 3600)
userstringuser name to create (default: random tmp_ name)

No output schema declared.

No examples provided.

create_org ~41

Create an organization. Requires a user session — service tokens cannot own a Stytch org.

NameTypeReqDescription
namestringyes
slugstringyes

No output schema declared.

No examples provided.

create_pg_lease ~124

Mint a short-lived Postgres credential against a target and return a ready-to-use connection URL. The password is generated on THIS machine and only its SCRAM verifier is sent to the API — the plaintext never reaches seekrit or Postgres at rest. The role auto-expires; revoke early with revoke_pg_lease.

NameTypeReqDescription
orgstring
rolestringrole name to create (default: random tmp_ name)
targetstringyestarget id or name
ttlSecondsintegerlifetime (default 3600)

No output schema declared.

No examples provided.

create_token ~137

Mint a service token, printed once. Runtime tokens bind to one app environment (auto-granted its keys, so a command/agent can decrypt it). Pass admin:true for an org-scoped provisioning token (create apps/groups/envs, grant, mint tokens) — admin tokens need no env binding.

NameTypeReqDescription
adminbooleanmint an org-scoped admin token
appstringbind to this app (runtime tokens)
envstringbind to this env (runtime tokens)
namestringyesdisplay name, e.g. ci-deploy or agent-session
orgstring

No output schema declared.

No examples provided.

delete_secret ~90

Delete a secret from an environment.

NameTypeReqDescription
appstringapplication slug or id (or set via configure_project)
envstringenvironment slug or id (a service token infers its own)
groupstringtarget a group environment instead of an app
namestringyes
orgstringorganization slug or id (defaults to a lone org)

No output schema declared.

No examples provided.

export_env ~84

Write the resolved secrets to a dotenv file on disk and return the variable names written (never the values). Use to materialize a .env for local tooling.

NameTypeReqDescription
appstring
envstring
filestringyespath to write, e.g. .env
orgstring
withobject

No output schema declared.

No examples provided.

get_secret ~158

Return one secret. By default only reports presence + version; pass reveal:true to decrypt the plaintext into this response (avoid unless the value is actually needed — prefer run_command). Pass `version` to read an earlier version instead of the current one.

NameTypeReqDescription
appstringapplication slug or id (or set via configure_project)
envstringenvironment slug or id (a service token infers its own)
groupstringtarget a group environment instead of an app
namestringyes
orgstringorganization slug or id (defaults to a lone org)
revealboolean
versionintegeran earlier version from list_secret_versions (default: current)

No output schema declared.

No examples provided.

get_started ~34

The recommended first-project recipe: provision structure, store secrets, and use them without exposing values. Call this before doing anything else.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

grant_env ~142

Grant a member (by email) or service token (by id) access to an environment's data key. Re-wraps the DEK to the grantee — the caller must already hold the key.

NameTypeReqDescription
appstringapplication slug or id (or set via configure_project)
envstringenvironment slug or id (a service token infers its own)
groupstringtarget a group environment instead of an app
orgstringorganization slug or id (defaults to a lone org)
tokenstringservice token id (skt_…)
userstringorg member email

No output schema declared.

No examples provided.

kms_create_key ~89

Create an org-scoped managed key. Material is generated locally and wrapped to each grantee (self plus any listed users/tokens); the server never sees it. Use the CLI for app/group-scoped keys.

NameTypeReqDescription
grantTokensarray
grantUsersarray
namestringyes
orgstring
purposestringyes

No output schema declared.

No examples provided.

kms_decrypt ~54

Decrypt a ce1 blob. Supply the same `context` used to encrypt.

NameTypeReqDescription
ciphertextstringyes
contextstring
keystringyes
orgstring

No output schema declared.

No examples provided.

kms_encrypt ~73

Encrypt a value under a managed encrypt key; returns a ce1 ciphertext blob. `context` (if given) is bound as AAD and must be supplied identically to decrypt.

NameTypeReqDescription
contextstring
keystringyes
orgstring
plaintextstringyes

No output schema declared.

No examples provided.

kms_generate_data_key ~53

Generate a data key under a managed encrypt key (envelope encryption). Returns the plaintext key (base64) and its wrapped form to store.

NameTypeReqDescription
keystringyes
orgstring

No output schema declared.

No examples provided.

kms_grant ~55

Grant a principal (user email or token id) use of a key's current version.

NameTypeReqDescription
keystringyes
orgstring
tokenstring
userstring

No output schema declared.

No examples provided.

kms_list_keys ~29

List managed KMS keys the caller can see (metadata only).

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

kms_sign ~45

Sign a message with a managed signing key; returns an sg1 signature blob.

NameTypeReqDescription
keystringyes
messagestringyes
orgstring

No output schema declared.

No examples provided.

kms_verify ~57

Verify an sg1 signature over a message using a signing key's published public key (no grant needed).

NameTypeReqDescription
keystringyes
messagestringyes
orgstring
signaturestringyes

No output schema declared.

No examples provided.

list_apps ~21

List applications in an organization.

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

list_env_groups ~43

List the groups composed into an application environment (precedence order).

NameTypeReqDescription
appstringyes
envstringyes
orgstring

No output schema declared.

No examples provided.

list_envs ~29

List environments of an application.

NameTypeReqDescription
appstringyes
orgstring

No output schema declared.

No examples provided.

list_group_envs ~35

List a group's environments (per-slug value sets).

NameTypeReqDescription
groupstringyes
orgstring

No output schema declared.

No examples provided.

list_groups ~28

List shared groups (reusable secret bags) in an organization.

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

list_members ~27

List organization members and their public keys (for granting access).

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

list_mysql_leases ~32

List MySQL/MariaDB leases (the ledger — never secret material).

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

list_mysql_targets ~29

List registered MySQL/MariaDB provisioning targets for temporary credentials.

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

list_orgs ~16

List organizations the caller can access.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_pg_leases ~29

List Postgres leases (the ledger — never secret material).

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

list_pg_targets ~26

List registered Postgres provisioning targets for temporary credentials.

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

list_secret_versions ~139

List a secret's version history: who wrote each version, when, and which ones were restores. Never returns values — pair it with restore_secret to roll back, or get_secret(version, reveal:true) to inspect one.

NameTypeReqDescription
appstringapplication slug or id (or set via configure_project)
envstringenvironment slug or id (a service token infers its own)
groupstringtarget a group environment instead of an app
limitintegerdefault 20
namestringyes
orgstringorganization slug or id (defaults to a lone org)

No output schema declared.

No examples provided.

list_secrets ~89

List secret names + versions in an environment (never values).

NameTypeReqDescription
appstringapplication slug or id (or set via configure_project)
envstringenvironment slug or id (a service token infers its own)
groupstringtarget a group environment instead of an app
orgstringorganization slug or id (defaults to a lone org)

No output schema declared.

No examples provided.

list_tokens ~27

List an organization's service tokens (never the secret token strings).

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

restore_secret ~135

Roll a secret back to an earlier version. The stored ciphertext is replayed as a NEW version (history is append-only, nothing is overwritten). Keyless — no decryption happens, so this works even without a key.

NameTypeReqDescription
appstringapplication slug or id (or set via configure_project)
envstringenvironment slug or id (a service token infers its own)
groupstringtarget a group environment instead of an app
namestringyes
orgstringorganization slug or id (defaults to a lone org)
versionintegeryes

No output schema declared.

No examples provided.

revoke_mysql_lease ~41

Revoke a MySQL/MariaDB lease now (drops the user immediately).

NameTypeReqDescription
leaseIdstringyes
orgstring

No output schema declared.

No examples provided.

revoke_pg_lease ~38

Revoke a Postgres lease now (drops the role immediately).

NameTypeReqDescription
leaseIdstringyes
orgstring

No output schema declared.

No examples provided.

revoke_token ~31

Revoke a service token by id.

NameTypeReqDescription
orgstring
tokenIdstringyes

No output schema declared.

No examples provided.

run_command ~137

Run a command with the resolved secrets injected as environment variables, and return its exit code + captured output. Secret VALUES are never returned — this is the preferred way to use secrets. process env > .env > app env > groups.

NameTypeReqDescription
appstring
argsarray
commandstringyesexecutable to run
cwdstring
envstringenvironment slug (token auth infers this)
envFilearray.env files to overlay (default [.env])
orgstring
withobjectgroup=env slice overrides

No output schema declared.

No examples provided.

set_secret ~101

Encrypt a value locally and store it in an environment.

NameTypeReqDescription
appstringapplication slug or id (or set via configure_project)
envstringenvironment slug or id (a service token infers its own)
groupstringtarget a group environment instead of an app
namestringyes
orgstringorganization slug or id (defaults to a lone org)
valuestringyes

No output schema declared.

No examples provided.

uncompose_group ~46

Remove a composed group from an application environment.

NameTypeReqDescription
appstringyes
envstringyes
groupstringyes
orgstring

No output schema declared.

No examples provided.

whoami ~21

Show the authenticated identity, its role, and accessible orgs.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.