legalize-kr MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@legalize-kr MCPSearch for 근로기준법 in the Korean legal documents."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
legalize-kr MCP
legalize-kr 로컬 Git 클론을 대상으로, README 빠른 시작과 같은 작업(현재 본문, git log, diff, 전역 검색, 특정 일자 시점 본문)을 Model Context Protocol 도구로 노출하는 stdio 서버입니다.
요구 사항
Node.js 18+
환경 변수
LEGALIZE_KR_ROOT:legalize-kr저장소 루트 절대 경로 (kr/포함)Git 기반 도구(
kr_git_log,kr_diff,kr_file_at_date)는 해당 경로가 Git 저장소여야 합니다.
Related MCP server: LexLink
설치 및 빌드
cd /path/to/search
npm install
npm run buildCursor에서 사용
mcp.json 예시:
{
"mcpServers": {
"legalize-kr": {
"command": "node",
"args": ["/absolute/path/to/search/dist/index.js"],
"env": {
"LEGALIZE_KR_ROOT": "/absolute/path/to/legalize-kr"
}
}
}
}전역 설치 없이 npx tsx src/index.ts로 개발 실행할 수 있습니다 (tsx 설치 필요).
도구
도구 | 설명 |
|
|
|
|
|
|
| 경로별 |
| 동일 법령 폴더 안 두 Markdown 파일 |
|
|
특정 일자 결과는 커밋 날짜 기준 근사입니다. 공포일은 각 파일 YAML 공포일자를 참고하세요.
라이선스
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-quality-maintenanceEnables searching and retrieving Korean legal information including laws, court precedents, legal interpretations, and local ordinances from the Korean National Law Information Center API with intelligent search ranking.Last updated
- FlicenseAqualityBmaintenanceEnables AI systems to search, retrieve, and analyze Korean legal information from the National Law Information API (law.go.kr), including laws, administrative rules, English translations, and law-ordinance linkages.Last updated261
- Alicense-qualityAmaintenanceProvides tools for querying Korean laws, precedents, administrative rules, and ordinances via GitHub REST API, enabling natural language access to legal data.Last updated9Apache 2.0
- Alicense-qualityDmaintenanceEnables searching and retrieving Korean statutes, precedents, and constitutional court decisions via MCP, using the National Law Information Center API.Last updated4,4521MIT
Related MCP Connectors
Japan Law MCP — Japanese national laws & ordinances via the e-Gov Law API.
Task-oriented MCP for Indonesian law: search, resolve citations, read laws, and MK decisions.
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/santarosalia/legalize-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server