MCP.so
登录

Student MCP Server

@tejpalvirk

关于 Student MCP Server

Manage context based on courses, assignments, exams, etc. with knowledge graph based MCP Server

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

tejpalvirk

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "student": {
      "command": "npx",
      "args": [
        "-y",
        "github:tejpalvirk/student"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Student MCP Server?

An MCP server that provides tools for managing student knowledge graphs, enabling structured representation of courses, assignments, exams, concepts, and study resources. It helps students track academic progress, manage deadlines, and optimize their learning journey.

How to use Student MCP Server?

Install from GitHub via npx -y github:tejpalvirk/student or globally with npm install -g github:tejpalvirk/student and configure via claude_desktop_config.json. Alternatively, run with Docker. Customize data storage using environment variables MEMORY_FILE_PATH and SESSIONS_FILE_PATH.

Key features of Student MCP Server

  • Persistent educational context across sessions
  • Study session management with unique IDs
  • Course, assignment, exam, and concept mapping
  • Status and priority tracking for entities
  • Sequential learning path creation
  • Deadline monitoring and resource organization
  • Progress monitoring across courses and exams
  • Knowledge connections between concepts

Use cases of Student MCP Server

  • Maintain study continuity over multiple sessions
  • Optimize learning time by focusing on high-priority tasks
  • Track academic progress across courses and assignments
  • Prepare for exams by organizing study materials
  • Manage deadlines for assignments and exams
  • Connect knowledge across different educational concepts

FAQ from Student MCP Server

What entity types does the Student MCP Server recognize?

It recognizes course, assignment, exam, concept, resource, note, lecture, project, question, term, goal, professor, status, and priority.

What relationships can be created between entities?

Over 20 relationship types are supported, including enrolled_in, assigned_in, due_on, covers, prerequisite_for, taught_by, requires, has_status, has_priority, precedes, and many more.

How do I configure storage paths for the knowledge graph?

Set MEMORY_FILE_PATH (default: ./student/memory.json) and SESSIONS_FILE_PATH (default: ./student/sessions.json) as environment variables when running the server.

Can I run Student MCP Server via Docker?

Yes, provided Docker commands are included in the configuration examples: docker run --rm -i mcp/student.

What status values are available for entities?

Status values are active, completed, pending, and abandoned, each with a defined meaning. Priority values are high and low.

评论

其他 分类下的更多 MCP 服务器