Skip to content
Zed

mcp-armor for Zed

io.studiomeyer/armor

Security sidecar for MCP servers: 11 read-only control-plane tools for prompt-injection checks.

client:Zed transport:stdio runtime:oci

Install mcp-armor in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "armor": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/studiomeyer-io/mcp-armor:0.8.1"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp-armor in other clients