sf-shenfeng/learn-shell
Agent-native teaching OS: gives your AI a classroom that remembers. 50 tools for courses, lessons, FSRS flashcards, graded exercises, real-time teaching sessions, and teaching-memory read-back (get_context) — the agent authors and grades, reflects with evidence, and revises its own lessons; lesson completion belongs to the learner. Self-hosted (Postgres + web app), MIT.
Ads
Overview
If you already have an AI you talk to daily — a work assistant, a long-running companion — it is quietly becoming the person who knows you best: it has read your every answer and seen your every hesitation.
Installation
pnpm install
Configuration
{
"mcpServers": {
"learn-shell": {
"command": "npx",
"args": [
"-y",
"learn-shell"
]
}
}
}Paste into ~/.cursor/mcp.json or .cursor/mcp.json
Tags
- education
- local
- typescript
- awesome-list
Related MCP servers
Education
admin978/canvas-mcp
Local-first MCP server for Canvas LMS. Stdio transport, no third-party broker, token stays in `~/.canvas.env`. Exposes courses, assignments, modules, announcements, grades, planner items, upcoming events, todo, and bulk file dump as MCP tools.
Education
Connectry-io/connectrylab-architect-cert-mcp
Free certification prep for the Claude Certified Architect exam. 390 scenario-based questions, guided capstone build, 30 concept handouts, 6 reference projects, practice exams, interactive UI with clickable answer cards, glassmorphism progress dashboard, spaced repetition, and deterministic grading.
Education
RohanMuppa/brightspace-mcp-server
MCP server for D2L Brightspace LMS. Check grades, due dates, assignments, announcements, syllabus, rosters, discussions, and course content. Works with any school that uses Brightspace. Install via `npx brightspace-mcp-server@latest`.
Education
JuhongPark/mcp-server-pronunciation
Local MCP voice coach with English pronunciation, grammar, fluency, phoneme-level feedback, practice drills, and learner-profile hints. Install via `uvx mcp-server-pronunciation@0.3.0`.
Education
giacomomaria81/scorm-mcp-server
Package HTML, Claude Design bundles or mobile-learning exports into LMS-ready SCORM 2004/1.2 courses — and validate any SCORM zip. Offline assets, milestone and question-level tracking, bundled ADL schemas.
Education
anzy-renlab-ai/pronounce
Community pronunciation dictionary for developer project / product / jargon names (kubectl, nginx, GIF, JSON, Pydantic, Knative, LaTeX — 1,848 entries). Each entry carries IPA, a General-American respelling, alternate readings where the pronunciation is contested, a source citation (creator interview / project FAQ / Wikipedia § Pronunciation), and a confidence level. Tools: `pronounce(word)`, `search_pronunciations(query)`, `list_pronunciations(category)`. Install: `uvx pronounce-mcp`. Live browse: <https://pronounce.renlab.ai>.