Skip to content
Zed

jbnu lms student for Zed

io.github.moon0825/jbnu-lms-student

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

client:Zed transport:stdio runtime:npm

Install jbnu lms student in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

jbnu lms student in other clients