Skip to content
Cursor

jbnu lms student for Cursor

io.github.moon0825/jbnu-lms-student

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

client:Cursor transport:stdio runtime:npm

Install jbnu lms student in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

jbnu lms student in other clients