Loading MCP server directory, please wait...
MCP server for creating and managing SOPS-encrypted secrets
npx @getmcp/cli add io.github.privacyplaybook/sops-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
SOPS_MCP_AGE_PUBLIC_KEYAge recipient public key. Required at startup.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.privacyplaybook/sops-mcp": {
"command": "python",
"args": [
"sops-mcp"
],
"env": {
"SOPS_MCP_AGE_PUBLIC_KEY": "",
"SOPS_AGE_KEY": ""
}
}
}
}