io.github.privacyplaybook/sops-mcp✓
io.github.privacyplaybook/sops-mcp · v0.10.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.privacyplaybook/sops-mcp",
"description": "MCP server for creating and managing SOPS-encrypted secrets",
"repository": {
"url": "https://github.com/privacyplaybook/sops-mcp",
"source": "github"
},
"version": "0.10.0",
"packages": [
{
"registryType": "pypi",
"identifier": "sops-mcp",
"version": "0.10.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}