Zero-knowledge secrets manager — local crypto-plane MCP server: decrypts and injects secrets.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@seekrit/mcp · npm · 0.8.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "dev.seekrit/mcp",
"description": "Zero-knowledge secrets manager — local crypto-plane MCP server: decrypts and injects secrets.",
"title": "seekrit (local crypto plane)",
"repository": {
"url": "https://github.com/mileszim/seekrit",
"source": "github"
},
"version": "0.8.0",
"packages": [
{
"registryType": "npm",
"identifier": "@seekrit/mcp",
"version": "0.8.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Machine (M2M) client id from POST https://mcp.seekrit.dev/signup — mints an admin token automatically, no separate token to copy.",
"format": "string",
"name": "SEEKRIT_CLIENT_ID"
},
{
"description": "Machine (M2M) client secret paired with SEEKRIT_CLIENT_ID.",
"format": "string",
"isSecret": true,
"name": "SEEKRIT_CLIENT_SECRET"
},
{
"description": "An existing skt_… service or admin token, if you already have one instead of machine credentials.",
"format": "string",
"isSecret": true,
"name": "SEEKRIT_TOKEN"
},
{
"description": "Passphrase for the token's private key. Required for tools that decrypt (get_secret, run_command) when authenticating with SEEKRIT_TOKEN.",
"format": "string",
"isSecret": true,
"name": "SEEKRIT_PASSPHRASE"
},
{
"description": "Override the API base URL. Defaults to the hosted seekrit API.",
"format": "string",
"name": "SEEKRIT_API_URL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-23T05:01:26.367706Z",
"publishedAt": "2026-08-23T05:01:26.367706Z",
"updatedAt": "2026-08-23T05:01:26.367706Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.8.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.