Skip to content
VS Code

AI Incident Law for VS Code

io.github.snapsynapse/ai-incident-law

Public-record corpus of AI litigation, regulation, and enforcement, anchored to EveryAILaw.

client:VS Code transport:stdio runtime:npm

Install AI Incident Law in VS Code

.vscode/mcp.json

{
  "servers": {
    "ai-incident-law": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ai-incident-law"
      ]
    }
  }
}

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

AI Incident Law in other clients