PluginBench
MCP Server

AI Incident Law MCP Server

io.github.snapsynapse/ai-incident-law

What is the AI Incident Law MCP server?

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

How to install AI Incident Law

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-incident-law": {
      "command": "npx",
      "args": [
        "-y",
        "ai-incident-law"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ai-incident-law": {
      "command": "npx",
      "args": [
        "-y",
        "ai-incident-law"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ai-incident-law": {
      "command": "npx",
      "args": [
        "-y",
        "ai-incident-law"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ai-incident-law": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ai-incident-law"
      ]
    }
  }
}
Claude Code
claude mcp add ai-incident-law -- npx -y ai-incident-law

Related MCP servers

AI obligation registry: regulations, provisions, evidence, and enforcement deadlines.

View repository →

Open recordkeeping protocol for JIAs, RMAs, no-action letters, and analogous instruments.

View repository →