Skip to content
Cursor

security headers csp lint for Cursor

io.github.jmshinhwa/security-headers-csp-lint

Reads security headers and CSP line by line in your config file and names the lines that silently do

client:Cursor transport:stdio runtime:npm

Install security headers csp lint in Cursor

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

{
  "mcpServers": {
    "security-headers-csp-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/security-headers-csp-lint"
      ]
    }
  }
}

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

security headers csp lint in other clients