agent-safety-oss-mcp

ratelworks/agent-safety-oss-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Korean construction/industrial safety MCP server — KOSHA laws + schemas + references for AI-assisted safety document drafting (Provided by Hwangryong Construction S&H Planning / Developed by Ratelworks)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-safety-oss-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ratelworks/agent-safety-oss-mcp"
      ]
    }
  }
}