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-mcp-server"],
      "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 rubricgenerator_mcp_server 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.1.tar.gz (9.4 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.1-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for rubric_agent-0.0.1.tar.gz
Algorithm Hash digest
SHA256 194849215c5c7860fa776dae26403f836a0996d6e8adc1ef80a4659fa10feeee
MD5 e5babc3fe7ca53cdf84b646900d0593c
BLAKE2b-256 d0cbb17d25465875bceec035f41fc6d840e56084e52d840538375f79017f22ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rubric_agent-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 dcc9b3b7abb2fc3926d33d1aa5b0553380d72dd8409a84a951f65518d375c2b1
MD5 a6b1d6ad345434894ded47977254b438
BLAKE2b-256 ce8b7add940918bb0c9e318d5a6c754f66ccabd46274a0af926f86393981a4e5

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