Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

sops mcp in other clients