← 返回目录
🤖

korean-law-mcp

ai-mlTypeScriptremote🟢 活跃维护
1,494 stars
最后更新:2026/4/19
质量评分
一般59/100
0255075100
发现方式
auto-cron
最后更新
2026/4/19
首次收录
2026/4/19
状态
✓ 活跃

📝 简介

국가법령정보MCP | 법제처 41개 API → 16개 MCP 도구. 법령·판례·조례·조약을 AI로 검색·조회·분석 + LLM 환각 방지 인용 검증 | 41 Korean legal APIs → 16 MCP tools with AI citation hallucination guard

🏷️ 标签

apicitation-verificationclaudeclihallucination-detection

🚀 安装与配置

🟢 一键安装
快速安装
npx -y korean-law-mcp
复制
Claude Desktop 配置
添加到 ~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "korean-law-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "korean-law-mcp"
      ]
    }
  }
}
复制
Cursor 配置
在 Cursor Settings → MCP 中添加
{
  "mcpServers": {
    "korean-law-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "korean-law-mcp"
      ]
    }
  }
}
复制
📋 环境要求: Node.js 18+
查看 GitHub 仓库