Skip to content

ExposureGuard for Zed

io.github.exposureguard/exposureguard-mcp

Domain security scanning for AI agents. A-F grades, 8 checks, fix snippets.

client:Zed transport:stdio runtime:pypi

Install ExposureGuard in Zed

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

{
  "context_servers": {
    "exposureguard-mcp": {
      "command": "uvx",
      "args": [
        "exposureguard-mcp"
      ]
    }
  }
}

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

ExposureGuard in other clients