Skip to content
VS Code

agent immune for VS Code

io.github.denial-web/agent-immune

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

client:VS Code transport:stdio runtime:pypi

Install agent immune in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agent immune in other clients