Skip to content
Cursor

ExposureGuard for Cursor

io.github.exposureguard/exposureguard-mcp

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

client:Cursor transport:stdio runtime:pypi

Install ExposureGuard in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "exposureguard-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "exposureguard-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ExposureGuard in other clients