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.
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.
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.
claude mcp add mcp -- npx -y @seekrit/mcp
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@seekrit/mcp"
],
"command": "npx"
}
}
}
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@seekrit/mcp"]
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@seekrit/mcp"
],
"command": "npx"
}
}
}
{
"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.
Zero-knowledge MCP secrets vault for AI agents: secrets injected at runtime, never seen by the model
MCP server for creating and managing SOPS-encrypted secrets
One firewall and password manager for all your AI coding agents' MCP servers and secrets.
MCP server for VibeScan — scan projects for leaked secrets and security issues
MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.
Security scanner for MCP servers - detects tool poisoning and injection
MCP server for managing Modal apps, containers, volumes, and secrets.
Local Windows management, diagnostics, security, cleanup, and optimization MCP server.
Answers built from our own checks of this server.