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
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
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 8 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
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
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
claude mcp add dev-seekrit-mcp -- npx -y @seekrit/mcp
codex mcp add dev-seekrit-mcp -- npx -y @seekrit/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dev-seekrit-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@seekrit/mcp"
],
"enabled": true
}
}
} openclaw mcp add dev-seekrit-mcp --command npx --arg -y --arg @seekrit/mcp
mcp_servers:
dev-seekrit-mcp:
command: "npx"
args: ["-y", "@seekrit/mcp"] {
"mcpServers": {
"dev-seekrit-mcp": {
"command": "npx",
"args": [
"-y",
"@seekrit/mcp"
]
}
}
} 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.
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.
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.
audit ~47
Read the organization's audit trail (most recent first).
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | — | filter by action, e.g. secret.updated |
| limit | integer | — | — |
| org | string | — | — |
No output schema declared.
No examples provided.
compose_group ~58
Compose a group into an application environment (higher position wins on name clashes).
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | yes | — |
| env | string | yes | — |
| group | string | yes | — |
| org | string | — | — |
| position | integer | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | yes | — |
| dir | string | — | — |
| org | string | yes | — |
No output schema declared.
No examples provided.
create_app ~36
Create an application in an organization.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | — |
| org | string | — | — |
| slug | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | yes | — |
| name | string | yes | — |
| org | string | — | — |
| slug | string | yes | — |
No output schema declared.
No examples provided.
create_group ~43
Create a shared group (reusable secret bag) in an organization.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | — |
| org | string | — | — |
| slug | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| group | string | yes | — |
| name | string | yes | — |
| org | string | — | — |
| slug | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| org | string | — | — |
| target | string | yes | target id or name |
| ttlSeconds | integer | — | lifetime (default 3600) |
| user | string | — | user 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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | — |
| slug | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| org | string | — | — |
| role | string | — | role name to create (default: random tmp_ name) |
| target | string | yes | target id or name |
| ttlSeconds | integer | — | lifetime (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.
| Name | Type | Req | Description |
|---|---|---|---|
| admin | boolean | — | mint an org-scoped admin token |
| app | string | — | bind to this app (runtime tokens) |
| env | string | — | bind to this env (runtime tokens) |
| name | string | yes | display name, e.g. ci-deploy or agent-session |
| org | string | — | — |
No output schema declared.
No examples provided.
delete_secret ~90
Delete a secret from an environment.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | — | application slug or id (or set via configure_project) |
| env | string | — | environment slug or id (a service token infers its own) |
| group | string | — | target a group environment instead of an app |
| name | string | yes | — |
| org | string | — | organization 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.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | — | — |
| env | string | — | — |
| file | string | yes | path to write, e.g. .env |
| org | string | — | — |
| with | object | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | — | application slug or id (or set via configure_project) |
| env | string | — | environment slug or id (a service token infers its own) |
| group | string | — | target a group environment instead of an app |
| name | string | yes | — |
| org | string | — | organization slug or id (defaults to a lone org) |
| reveal | boolean | — | — |
| version | integer | — | an 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.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | — | application slug or id (or set via configure_project) |
| env | string | — | environment slug or id (a service token infers its own) |
| group | string | — | target a group environment instead of an app |
| org | string | — | organization slug or id (defaults to a lone org) |
| token | string | — | service token id (skt_…) |
| user | string | — | org 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.
| Name | Type | Req | Description |
|---|---|---|---|
| grantTokens | array | — | — |
| grantUsers | array | — | — |
| name | string | yes | — |
| org | string | — | — |
| purpose | string | yes | — |
No output schema declared.
No examples provided.
kms_decrypt ~54
Decrypt a ce1 blob. Supply the same `context` used to encrypt.
| Name | Type | Req | Description |
|---|---|---|---|
| ciphertext | string | yes | — |
| context | string | — | — |
| key | string | yes | — |
| org | string | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| context | string | — | — |
| key | string | yes | — |
| org | string | — | — |
| plaintext | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | — |
| org | string | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | — |
| org | string | — | — |
| token | string | — | — |
| user | string | — | — |
No output schema declared.
No examples provided.
kms_list_keys ~29
List managed KMS keys the caller can see (metadata only).
| Name | Type | Req | Description |
|---|---|---|---|
| org | string | — | — |
No output schema declared.
No examples provided.
kms_sign ~45
Sign a message with a managed signing key; returns an sg1 signature blob.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | — |
| message | string | yes | — |
| org | string | — | — |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | — |
| message | string | yes | — |
| org | string | — | — |
| signature | string | yes | — |
No output schema declared.
No examples provided.
list_apps ~21
List applications in an organization.
| Name | Type | Req | Description |
|---|---|---|---|
| org | string | — | — |
No output schema declared.
No examples provided.
list_env_groups ~43
List the groups composed into an application environment (precedence order).
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | yes | — |
| env | string | yes | — |
| org | string | — | — |
No output schema declared.
No examples provided.
list_envs ~29
List environments of an application.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | yes | — |
| org | string | — | — |
No output schema declared.
No examples provided.
list_group_envs ~35
List a group's environments (per-slug value sets).
| Name | Type | Req | Description |
|---|---|---|---|
| group | string | yes | — |
| org | string | — | — |
No output schema declared.
No examples provided.
list_groups ~28
List shared groups (reusable secret bags) in an organization.
| Name | Type | Req | Description |
|---|---|---|---|
| org | string | — | — |
No output schema declared.
No examples provided.
list_members ~27
List organization members and their public keys (for granting access).
| Name | Type | Req | Description |
|---|---|---|---|
| org | string | — | — |
No output schema declared.
No examples provided.
list_mysql_leases ~32
List MySQL/MariaDB leases (the ledger — never secret material).
| Name | Type | Req | Description |
|---|---|---|---|
| org | string | — | — |
No output schema declared.
No examples provided.
list_mysql_targets ~29
List registered MySQL/MariaDB provisioning targets for temporary credentials.
| Name | Type | Req | Description |
|---|---|---|---|
| org | string | — | — |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| org | string | — | — |
No output schema declared.
No examples provided.
list_pg_targets ~26
List registered Postgres provisioning targets for temporary credentials.
| Name | Type | Req | Description |
|---|---|---|---|
| org | string | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | — | application slug or id (or set via configure_project) |
| env | string | — | environment slug or id (a service token infers its own) |
| group | string | — | target a group environment instead of an app |
| limit | integer | — | default 20 |
| name | string | yes | — |
| org | string | — | organization 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).
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | — | application slug or id (or set via configure_project) |
| env | string | — | environment slug or id (a service token infers its own) |
| group | string | — | target a group environment instead of an app |
| org | string | — | organization 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).
| Name | Type | Req | Description |
|---|---|---|---|
| org | string | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | — | application slug or id (or set via configure_project) |
| env | string | — | environment slug or id (a service token infers its own) |
| group | string | — | target a group environment instead of an app |
| name | string | yes | — |
| org | string | — | organization slug or id (defaults to a lone org) |
| version | integer | yes | — |
No output schema declared.
No examples provided.
revoke_mysql_lease ~41
Revoke a MySQL/MariaDB lease now (drops the user immediately).
| Name | Type | Req | Description |
|---|---|---|---|
| leaseId | string | yes | — |
| org | string | — | — |
No output schema declared.
No examples provided.
revoke_pg_lease ~38
Revoke a Postgres lease now (drops the role immediately).
| Name | Type | Req | Description |
|---|---|---|---|
| leaseId | string | yes | — |
| org | string | — | — |
No output schema declared.
No examples provided.
revoke_token ~31
Revoke a service token by id.
| Name | Type | Req | Description |
|---|---|---|---|
| org | string | — | — |
| tokenId | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | — | — |
| args | array | — | — |
| command | string | yes | executable to run |
| cwd | string | — | — |
| env | string | — | environment slug (token auth infers this) |
| envFile | array | — | .env files to overlay (default [.env]) |
| org | string | — | — |
| with | object | — | group=env slice overrides |
No output schema declared.
No examples provided.
set_secret ~101
Encrypt a value locally and store it in an environment.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | — | application slug or id (or set via configure_project) |
| env | string | — | environment slug or id (a service token infers its own) |
| group | string | — | target a group environment instead of an app |
| name | string | yes | — |
| org | string | — | organization slug or id (defaults to a lone org) |
| value | string | yes | — |
No output schema declared.
No examples provided.
uncompose_group ~46
Remove a composed group from an application environment.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | yes | — |
| env | string | yes | — |
| group | string | yes | — |
| org | string | — | — |
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.