sops mcp for Zed
io.github.privacyplaybook/sops-mcp
MCP server for creating and managing SOPS-encrypted secrets
client:Zed
transport:stdio
runtime:pypi
Install sops mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sops-mcp": {
"command": "uvx",
"args": [
"sops-mcp"
],
"env": {
"SOPS_MCP_AGE_PUBLIC_KEY": "<SOPS_MCP_AGE_PUBLIC_KEY>",
"SOPS_AGE_KEY": "<SOPS_AGE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs