Skip to content

korean vocational learning map mcp for VS Code

io.github.raphysicst-create/korean-vocational-learning-map-mcp

한국 특성화고 전문교과 2022 개정 교육과정 학습 그래프 MCP 서버 (528과목·성취기준 47,625건, 공식 원문 전량 수록)

client:VS Code transport:stdio runtime:npm

Install korean vocational learning map mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "korean-vocational-learning-map-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "korean-vocational-learning-map-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

korean vocational learning map mcp in other clients