AI Incident Law for Cursor
io.github.snapsynapse/ai-incident-law
Public-record corpus of AI litigation, regulation, and enforcement, anchored to EveryAILaw.
client:Cursor
transport:stdio
runtime:npm
Install AI Incident Law in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ai-incident-law": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ai-incident-law"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs