Skip to main content

학생 과제 루브릭 생성 및 피드백을 제공하는 MCP 서버

Project description

📘 Rubric MCP Server

학생 과제 루브릭을 자동 생성하고 피드백을 제공하는 Model Context Protocol (MCP) 서버입니다. FastAPI와 FastMCP 기반으로 구축되어 있으며, PyPI를 통해 설치하거나 uvx 명령어로 바로 실행할 수 있습니다.


✨ 주요 기능

  • ✅ 학습 주제/목표/학년에 따라 루브릭 자동 생성
  • ✅ 제출된 과제가 있으면 AI 기반 피드백도 자동 제공
  • 📚 학생의 학습 목표와 수준을 고려한 도서 추천 기능 포함
  • ⚡ FastMCP 프로토콜 기반으로 Claude/ChatGPT/Gemini 등과 연동 가능
  • 🧩 MCP Tool로 통합되어 AI 워크플로우에 쉽게 삽입 가능

🧰 MCP 명령어 (tool)

generate_rubric_feedback

입력 파라미터 타입 필수 여부 설명
topic string 과제 주제
objective string 학습 목표
grade_level string 학년 정보
name string 학생 이름
student_submission string 과제 제출물

출력:

{
  "rubric_standards": "과제 평가 기준",
  "grading_feedback": "학생 피드백 (선택적)"
}

📦 설치 방법

⚙️ MCP 플랫폼에서 사용 (uvx 권장)

MCP 설정 파일 (claude_desktop_config.json 등)에 아래 내용을 추가하세요:

{
  "mcpServers": {
    "rubric": {
      "command": "uvx",
      "args": ["rubric-agent"],
      "env": {
        "OPENAI_API_KEY": "your-openai-key",
        "GOOGLE_API_KEY": "your-google-key",
        "MODEL_TYPE": "openai",              // 또는 gemini
        "MODEL_NAME": "gpt-4o-mini"          // 또는 gemini-2.0-flash 등
      }
    }
  }
}

⚙️Python에서 직접 사용

rubricgenerator_mcp_server 패키지는 MCP 서버로 실행하지 않고도 직접 호출하여 사용할 수 있습니다.
✅ name과 student_submission을 모두 입력하면, AI가 학생 맞춤형 피드백과 학생 수준에 맞는 추천 도서도 함께 제공합니다.
from rubricagent import generate_rubric_feedback

입력값 설정

inputs = {
    "topic": "지구 문제에 우리는 어떻게 대처하는가? (환경문제)",
    "objective": "환경 논제 글쓰기",
    "grade_level": "초등학교 6학년",
    "name": None,  # 학생 이름이 없으면 피드백 없이 루브릭만 생성
    "student_submission": None  # 제출물이 없으면 피드백 없이 루브릭만 생성
}

# 루브릭 생성 함수 호출
response = generate_rubric_feedback(**inputs)

# 결과 출력
print(response["rubric_standards"])  # 평가 루브릭 출력

print(response["grading_feedback"])  # 학생 정보를 입력한 경우 피드백 및 추천 도서가 포함됨

📄 License
MIT License © 2025 See the LICENSE for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rubric_agent-0.0.4.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rubric_agent-0.0.4-py3-none-any.whl (11.7 kB view details)

Uploaded Python 3

File details

Details for the file rubric_agent-0.0.4.tar.gz.

File metadata

  • Download URL: rubric_agent-0.0.4.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.11

File hashes

Hashes for rubric_agent-0.0.4.tar.gz
Algorithm Hash digest
SHA256 d6312690aa71c78204f07c6539f871e5d395490d78d6d4cff77c8edfa5dd3ca1
MD5 ff5d4e8c056b32dc099db99042d576e8
BLAKE2b-256 6ea3413de39099b56a806db014e00f1b36c19cec09f77368c91b73798224f7af

See more details on using hashes here.

File details

Details for the file rubric_agent-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for rubric_agent-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 60b6321737efd9be02dd62e423c5c2d4593d6fa7a965e56c22bd53e7975c43f1
MD5 2f168d4174302dd35960af15946c33fa
BLAKE2b-256 4bdb2ff15f86918609f655fd1f1ead0632ba6676b50d8803105392f7c5dc88e4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page