← Index

io.github.privacyplaybook/sops-mcp

io.github.privacyplaybook/sops-mcp·v0.10.0·Other
Quality Score
80
/100

MCP server for creating and managing SOPS-encrypted secrets

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "sops-mcp": {
      "command": "uvx",
      "args": [
        "sops-mcp"
      ],
      "env": {
        "SOPS_MCP_AGE_PUBLIC_KEY": "<sops_mcp_age_public_key>",
        "SOPS_AGE_KEY": "<your-sops_age_key>"
      }
    }
  }
}
§02  Environment variables
SOPS_MCP_AGE_PUBLIC_KEY
required

Age recipient public key. Required at startup.

SOPS_AGE_KEY
secret

Age private key. Required at call time for any mutation tool (decrypt + re-encrypt). Read-only tools do not need it.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other