MCP server for creating and managing SOPS-encrypted secrets
MCP server for creating and managing SOPS-encrypted secret files using age encryption. Designed for Claude Code (or any MCP client) to produce encrypted files without the model ever seeing plaintext values. All file content is passed as text parameters and returned as text — the server has no filesystem access to the client. Two goals drive the design: 1. Keep secrets in your source tree without…
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Forge hat zu diesem Eintrag keinen Scan verzeichnet und hat daher keine Beobachtung seiner Tool-Oberfläche. Das ist das Fehlen eines Belegs, nicht der Beleg, dass er keine Tools offenlegt.
MCP server for creating and managing SOPS-encrypted secret files using age encryption. Designed for Claude Code (or any MCP client) to produce encrypted files without the model ever seeing plaintext values. All file content is passed as text parameters and returned as text — the server has no filesystem access to the client. Two goals drive the design: 1. Keep secrets in your source tree without leaking them. For a small project, running a full secrets manager (Vault, AWS Secrets Manager, etc.)…