Building-an-MCP-for-an-AI-Engine

jen2024-rim/Building-an-MCP-for-an-AI-Engine
★ 0 stars TypeScript AI/LLM Updated today
MCP server for Computer Engineering students to search courses, check prerequisites, and generate personalized study plans.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "building-an-mcp-for-": {
      "command": "npx",
      "args": [
        "-y",
        "jen2024-rim/Building-an-MCP-for-an-AI-Engine"
      ]
    }
  }
}

README Excerpt

This project is an MCP (Model Context Protocol) server for a **Computer Engineering Course Planner**. It exposes a set of tools that an AI host — such as Claude — can call to help a student search the course catalog, check whether they meet the prerequisites for a course, and generate a study plan for an upcoming semester within a credit limit. The server reads course and student data from local JSON fixture files and returns structured results that the AI host can turn into a natural-language a

Tools (8)

add_course_to_plancheck_prerequisitescourseCodegenerate_study_planlist_completed_courseslist_remaining_coursessearch_coursesstudentId

Topics

computer-engineeringcourse-plannermcpmodel-context-protocoltypescript