Skip to content
Cursor

agent immune for Cursor

io.github.denial-web/agent-immune

AI agent security: prompt injection detection, semantic memory, output scanning, prompt hardening

client:Cursor transport:stdio runtime:pypi

Install agent immune in Cursor

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

{
  "mcpServers": {
    "agent-immune": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-immune"
      ]
    }
  }
}

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

agent immune in other clients