Skip to content
Zed

MCP Shield for Zed

io.github.sophiacave/mcp-shield

Security scanner for MCP servers. SSRF, path traversal, injection, auth, secrets. Grade A-F.

client:Zed transport:stdio runtime:npm

Install MCP Shield in Zed

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

{
  "context_servers": {
    "mcp-shield": {
      "command": "npx",
      "args": [
        "-y",
        "@sophiacave/mcp-shield"
      ]
    }
  }
}

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

MCP Shield in other clients