sops-mcp
About
MCP server for creating and managing SOPS-encrypted secrets
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SOPS_MCP_AGE_PUBLIC_KEY SOPS_AGE_KEYClaude Code
claude mcp add --env SOPS_MCP_AGE_PUBLIC_KEY= --env SOPS_AGE_KEY= sops-mcp -- uvx sops-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"sops-mcp","command":"uvx","args":["sops-mcp"],"env":{"SOPS_MCP_AGE_PUBLIC_KEY":"","SOPS_AGE_KEY":""}}'
JSON
{
"mcpServers": {
"sops-mcp": {
"command": "uvx",
"args": [
"sops-mcp"
],
"env": {
"SOPS_MCP_AGE_PUBLIC_KEY": "",
"SOPS_AGE_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.