AgentHubAgentHub

AI Incident Law

MCP ServerMCP Registry官方收录

io.github.snapsynapse/ai-incident-law · v0.1.1

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

概览

AI Incident Law 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "ai-incident-law": {
      "command": "npx",
      "args": [
        "-y",
        "ai-incident-law"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.snapsynapse/ai-incident-law",
  "type": "mcp-server",
  "version": "0.1.1",
  "displayName": "AI Incident Law",
  "description": "Public-record corpus of AI litigation, regulation, and enforcement, anchored to EveryAILaw.",
  "repository": {
    "url": "https://github.com/snapsynapse/ai-incident-law",
    "source": "github"
  },
  "homepage": "https://aiincidentlaw.org/",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "ai-incident-law",
        "version": "0.1.1",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.snapsynapse/ai-incident-law",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.snapsynapse%2Fai-incident-law/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
AI Incident Law — MCP Server 安装与配置 · AgentHub