Skip to content
Cursor

nemesis shield for Cursor

io.github.eobi/nemesis-shield

Positive-security for apps, APIs, LLMs and edge, plus fraud scoring and identity/AML screening.

client:Cursor transport:stdio runtime:npm

Install nemesis shield in Cursor

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

{
  "mcpServers": {
    "nemesis-shield": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nemesis-shield-autogon/mcp"
      ]
    }
  }
}

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

nemesis shield in other clients