Stats
Actions
Tags
From korean-law
Local stdio MCP server for accessing Korean law data, queries, or resources. Requires LAW_OC environment variable, likely for API key or authentication.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"korean-law": {
"command": "npx",
"args": [
"-y",
"korean-law-mcp@latest"
],
"env": {
"LAW_OC": "${user_config.api_key}"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
LAW_OC=${user_config.api_key}npx claudepluginhub chrisryugj/korean-law-mcp --plugin korean-law