drio
Open app

Student MCP Server

Source

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

Catalog onlyCatalog onlySTDIO

Overview

The Student MCP Server is a management tool designed to help students organize and track their academic progress through a knowledge graph that represents courses, assignments, exams, and study resources.

To use the Student MCP Server, you can start a study session, load context for specific courses or assignments, and manage your educational entities through various commands.

  • Persistent educational context management - Study session tracking with unique IDs - Course and assignment organization - Concept mapping to visualize relationships - Deadline management for assignments and exams - Progress monitoring across courses and assignments
  1. Managing multiple courses and their respective assignments.
  2. Preparing for exams by organizing study materials.
  3. Tracking academic progress over time.

Add to your AI client

Use these steps to connect Student MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

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

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

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

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

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

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "student-tejpalvirk": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-student-tejpalvirk"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

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

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

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

FAQ

Can I track multiple courses at once?

Yes! The server allows you to manage multiple courses and their related assignments simultaneously.

Is there a way to visualize my learning progress?

Yes! The server provides tools to visualize relationships between concepts and track your progress.

How do I start a study session?

You can start a new study session by using the 'startsession' command.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3851,"uuid":"2fe99ce0-5d52-4adb-90af-8824e59ac7ad","name":"student","title":"Student MCP Server","description":"Manage context based on courses, assignments, exams, etc. with knowledge graph based MCP Server","avatar_url":"https://avatars.githubusercontent.com/u/29261990?v=4","created_at":"2025-03-22T02:38:03.695Z","updated_at":"2025-03-22T02:45:06.113Z","status":"created","author_name":"tejpalvirk","author_avatar_url":"https://avatars.githubusercontent.com/u/29261990?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/tejpalvirk/student","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-30 17:49:58\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

Student MCP Server — MCP Registry