MCP Server
MCP
io.github.privacyplaybook/sops-mcp
MCP server for creating and managing SOPS-encrypted secrets
Install
uvx sops-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "sops-mcp",
"version": "0.10.1",
"runtimeHint": "python",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Age recipient public key. Required at startup.",
"isRequired": true,
"name": "SOPS_MCP_AGE_PUBLIC_KEY"
},
{
"description": "Age private key. Required at call time for any mutation tool (decrypt + re-encrypt). Read-only tools do not need it.",
"isSecret": true,
"name": "SOPS_AGE_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment