Skip to main content
Glama
santarosalia

legalize-kr MCP

by santarosalia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LEGALIZE_KR_ROOTYesAbsolute path to the legalize-kr repository root (including kr/)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
kr_read_fileB

워킹 트리에서 kr/{lawDir}/{fileName} 전문을 UTF-8로 읽습니다 (README의 cat 예시와 동일).

kr_list_lawsA

kr/ 직계 하위 법령 디렉터리 이름을 정렬해 반환합니다.

kr_searchA

kr/**/*.md에서 문자열을 검색합니다 (README의 grep -r과 유사). ripgrep이 있으면 사용합니다.

kr_git_logB

지정한 법령 경로에 대한 git log를 반환합니다 (README의 git log -- kr/.../).

kr_diffA

동일 법령 폴더 안 두 Markdown 파일에 대해 git diff를 실행합니다 (README의 diff 예시).

kr_file_at_dateB

git log -1 --before=날짜로 해당 시점 커밋을 찾고, 선택적으로 git show로 당시 본문을 가져옵니다.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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