Skip to content
VS Code

jbnu lms student for VS Code

io.github.moon0825/jbnu-lms-student

전북대학교 학생의 공지, 과제, 마감, 제출 상태와 수업자료를 읽기 전용으로 정리하는 Windows/macOS 로컬 MCP 서버입니다.

client:VS Code transport:stdio runtime:npm

Install jbnu lms student in VS Code

.vscode/mcp.json

{
  "servers": {
    "jbnu-lms-student": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "jbnu-lms-mcp"
      ]
    }
  }
}

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

jbnu lms student in other clients