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…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
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.)…