MCP Catalogs
Home

korean-law-mcp vs filesystem

Side-by-side comparison to help you pick between these two MCP servers.

korean-law-mcp
by chrisryugj
filesystem
by modelcontextprotocol
Stars★ 1,732★ 85,748
30d uses
Score5677
Official
Categories
AI / LLM ToolsKnowledge GraphDeveloper Tools
File SystemDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

korean-law-mcp · Summary

Korean legal MCP server transforming 41 government APIs into 17 tools with citation verification, impact mapping, and time comparison.

filesystem · Summary

A feature-rich MCP server for filesystem operations with dynamic directory access control.

korean-law-mcp · Use cases

  • Legal research professionals verifying AI-generated citations against official Korean law databases
  • Citizens seeking step-by-step guidance for legal issues like rental deposit disputes
  • Policy analysts comparing legal changes across different time periods to understand impacts

filesystem · Use cases

  • Enable AI models to read and write project files during development
  • Allow Claude or other MCP clients to browse and analyze codebases
  • Provide secure sandboxed access to specific directories for content generation

korean-law-mcp · Install

Installation

npm

npm install -g korean-law-mcp

Claude Desktop

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "korean-law": {
      "command": "npx",
      "args": ["korean-law-mcp"]
    }
  }
}

Docker

docker run -p 8080:8080 chrisryugj/korean-law-mcp

Direct API

curl https://korean-law-mcp.fly.dev/mcp

filesystem · Install

Installation

Using NPX

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    }
  }
}

Using Docker

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

VS Code Extension

Click the installation buttons in the README to install directly in VS Code.

Comparison generated from public README + GitHub signals. Last updated automatically.