dev.seekrit/remote-mcp
repo:https://github.com/mileszim/seekrit
Encrypted store for API keys and database URLs your code needs. Use them without reading them.
- transport:
- remote
- credential class:
- open
Owner verification
Not yet verified. Verifying proves you control this server and is free, permanently — it never changes a published score.
Start verification →Tools
- auditshallow
Read the organization's audit trail (most recent first).
- billingshallow
Show the org's plan, effective entitlements, current usage, and which upgrade actions are available. Read this if a create action was refused with a plan limit.
- compose_groupshallow
Compose a group into an application environment (higher position wins on name clashes). Keyless.
- create_appshallow
Create an application in an organization. Keyless — then create its environments on the local crypto plane (create_env mints the data key locally).
- create_groupshallow
Create a shared group (reusable secret bag) in an organization. Keyless.
- delete_appshallow
Delete an application and all its environments/secrets. Removes ciphertext — keyless — but irreversible. Confirm intent before calling.
- delete_branchshallow
Tear down an ephemeral branch config and every value it overrode. Keyless (it removes ciphertext, never reads it), and the parent environment is untouched. Creating a branch mints a data key, so that stays on the local crypto plane.
- delete_envshallow
Delete an application environment and its secrets. Removes ciphertext — keyless — but irreversible. Confirm intent before calling.
- delete_groupshallow
Delete a group and its environments/secrets. Removes ciphertext — keyless — but irreversible. Confirm intent before calling.
- delete_secretshallow
Delete a secret from an environment. Removes ciphertext — no key needed. Irreversible except by re-setting it (locally).
- get_startedshallow
The recommended first-project recipe: what to provision here vs. encrypt locally, end to end. Call this before provisioning.
- invite_membershallow
Invite someone to the organization by email (admin only). They join at the given role once they sign in.
- kms_disable_keyshallow
Disable a managed KMS key (blocks new operations; existing ciphertexts stay decryptable locally by grantees). Keyless.
- kms_list_keysshallow
List managed KMS keys the caller can see (metadata only — key material is fetched + used locally).
- kms_revoke_grantshallow
Revoke a principal's grant on a managed KMS key (all versions). Keyless — the caller needs no key material to remove a grant.
- list_appsshallow
List applications in an organization.
- list_branchesshallow
List ephemeral branch configs (per-PR / preview environments) in an application, or of one environment. Names, parents, and expiry only — never values.
- list_env_groupsshallow
List the groups composed into an application environment (precedence order).
- list_envsshallow
List environments of an application (names + slugs only, never values).
- list_group_envsshallow
List a group's environments (per-slug value sets).
- list_groupsshallow
List shared groups (reusable secret bags) in an organization.
- list_invitesshallow
List pending invitations to join the organization.
- list_lease_targetsshallow
List registered temporary-access provisioning targets (Postgres, MySQL, …).
- list_leasesshallow
List temporary-access leases (the ledger — never secret material).
- list_membersshallow
List organization members and their public keys (used when granting access locally).
- list_orgsshallow
List organizations the caller can access.
- list_secret_versionsshallow
List a secret's version history: who wrote each version, when, and which ones were restores. Metadata only — never values. Pair with restore_secret to undo a bad write.
- list_secretsshallow
List secret names + versions in an environment. NEVER returns values — reading a value happens on the local crypto plane (see setup_local_crypto).
- list_tokensshallow
List an organization's service tokens (metadata only — never the token strings).
- local_tool_forshallow
Given a crypto-plane operation this hosted server can't do (e.g. set_secret, create_env, run_command), return exactly how to do it locally. Use when a tool you expected is missing here.
- rename_appshallow
Rename an application's display name (the slug is immutable). Keyless.
- rename_groupshallow
Rename a group's display name (the slug is immutable). Keyless.
- restore_secretshallow
Roll a secret back to an earlier version (see list_secret_versions). The stored ciphertext is replayed as a NEW version — history is append-only, nothing is overwritten. Keyless: no decryption happens, so this works here on the metadata plane.
- revoke_inviteshallow
Revoke a pending organization invitation.
- revoke_leaseshallow
Revoke a temporary-access lease now (drops the credential immediately).
- revoke_tokenshallow
Revoke a service token by id. Future DEK fetches stop immediately. Rotate the environment (locally) if the holder may have cached the key.
- setup_local_cryptoshallow
How to run the local crypto plane (the `@seekrit/mcp` npm server, the CLI, or seekrit-run) so you can set and use secret values — with a copy-paste .mcp.json. Call this the moment you need a secret's value.
- signupshallow
Create a seekrit workspace and your own machine credential — one call, no human, no browser. Binds the credential to this session, so every other tool works on your next call with no config change and no reconnect. Save the returned clientId + clientSecret: the secret is shown once and is how you reconnect later. Call this if a tool says you have no credential.
- uncompose_groupshallow
Remove a composed group from an application environment. Keyless.
- whoamishallow
Show the authenticated machine client and the org it can access. Call this first.
Embed this server’s score
Tool count and median score across every tool in this server’s corpus — honest in a way a single cherry-picked tool’s badge wouldn’t be.
[](https://vouch.tools/servers/791319ad-805f-41ad-9602-6eb152a2dd3b)