Student MCP Server
@tejpalvirk
About Student MCP Server
Manage context based on courses, assignments, exams, etc. with knowledge graph based MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"student": {
"command": "npx",
"args": [
"-y",
"github:tejpalvirk/student"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments