sops mcp for Cursor
io.github.privacyplaybook/sops-mcp
MCP server for creating and managing SOPS-encrypted secrets
client:Cursor
transport:stdio
runtime:pypi
Install sops mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sops-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sops-mcp"
],
"env": {
"SOPS_MCP_AGE_PUBLIC_KEY": "<SOPS_MCP_AGE_PUBLIC_KEY>",
"SOPS_AGE_KEY": "<SOPS_AGE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs