Skip to content
Cursor

AI AppSec for Cursor

io.github.subodhkc/ai-appsec

Evidence-backed AppSec for AI applications and agents. Powered by HAIEC.

client:Cursor transport:stdio runtime:npm

Install AI AppSec in Cursor

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

{
  "mcpServers": {
    "ai-appsec": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ai-appsec"
      ]
    }
  }
}

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

AI AppSec in other clients