Back to Browse

Jbnu Lms Student MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

This is a read-only LMS client MCP server with thoughtful security design. Authentication is session-based with credentials stored in OS keychains (macOS Keychain or Windows DPAPI), and no passwords are collected. The codebase shows good patterns: input validation via Zod, clear separation of concerns, and explicit read-only LMS operations. Several low-severity code quality findings exist (broad error handling, unmasked logs in specific paths, long methods), but these do not create exploitable vulnerabilities. Permissions align with purpose: network access to lms.jbnu.ac.kr, file I/O for session storage and downloads, and env vars for configuration. Supply chain analysis found 1 known vulnerability in dependencies (1 critical, 0 high severity). Package verification found 1 issue.

3 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

process_spawn

Check that this permission is expected for this type of plugin.

clipboard

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-moon0825-jbnu-lms-student": {
      "args": [
        "-y",
        "jbnu-lms-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!