在线学习平台 是 AI Skill Hub 本期精选MCP工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
在线学习平台 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
在线学习平台 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/ahmedEid1/E-Learning-Platform
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"------": {
"command": "npx",
"args": ["-y", "e-learning-platform"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 在线学习平台 执行以下任务... Claude: [自动调用 在线学习平台 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"______": {
"command": "npx",
"args": ["-y", "e-learning-platform"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
Lumen — an open-source, AI-first LMS built as a portfolio anchor for agentic-AI engineering work.
Public deploy on AWS t4g.small (Graviton2 ARM, 2 vCPU + 2 GB RAM) — Caddy 2 fronts a single docker-compose.prod.yml running FastAPI + Celery + Postgres 17 (pgvector) + Redis 7 + MinIO. Real LLM calls via Groq Llama 3.3 70B; retrieval embeddings via Cloudflare Workers AI (@cf/baai/bge-small-en-v1.5). Runbook: docs/deployment/aws-vps.md.
Silent 1:50 captioned walkthrough — landing → multi-agent tutor → agent reasoning panel → observable trace → self-critique authoring replay → admin observability. A voiced Loom is queued for re-record once the live demo lands; script at docs/release/loom-recording-script.md.

---
| Feature | Status |
|---|---|
| Course-scoped RAG tutor with citations (Phase E1) | ✅ shipped (1.0.0-rebuild) |
| AI-assisted authoring (Phase E2) | ✅ shipped (1.0.0-rebuild) |
| Multi-modal ingest — YouTube / Notion / Google Docs (E3) | ✅ shipped (1.0.0-rebuild) |
| FSRS-6 spaced-repetition reviews (Phase E4) | ✅ shipped (1.0.0-rebuild) |
| Open Badges 3.0 / W3C VC credentials (Phase E5) | ✅ shipped (1.0.0-rebuild) |
| Tiptap block editor (Phase E6) | ✅ shipped (1.0.0-rebuild) |
| Mastery dashboard (Phase E7) | ✅ shipped (1.0.0-rebuild) |
| pgvector + provider-agnostic embeddings (Phase E0) | ✅ shipped (1.0.0-rebuild) |
| WCAG 2.2 AA axe-core CI gate (Phase D5) | ✅ shipped (1.0.0-rebuild) |
| LLM cost meter + per-user 24h budget guard (H1) | ✅ shipped (wave 1) |
| Eval harness + golden datasets + judge dashboard (H2) | ✅ shipped (wave 1) |
| Playwright e2e against the live stack (H3) | ✅ shipped (wave 1) |
| Production-exposure security pass (H6) | ✅ shipped (wave 1) |
| AWS t4g.small single-VM deploy runbook (H4) | ✅ shipped (1.1.0-agentic) |
| README rewrite for agentic-AI positioning (H5) | ✅ shipped (1.1.0-agentic) |
| Agent-trace + retrieval observability surface (H7) | ✅ shipped (1.1.0-agentic) |
| Lumen MCP server (I1) | ✅ shipped (1.1.0-agentic) |
| Multi-agent planner-orchestrator tutor (I2) | ✅ shipped (1.1.0-agentic) |
| Self-critique authoring agent (I3) | ✅ shipped (1.1.0-agentic) |
| Agent-trace observability surface for learners (I4) | ✅ shipped (1.1.0-agentic) |
| Personalized learning-path agent (I5) | ✅ shipped (1.1.0-agentic) |
---
The live demo runs on one AWS EC2 t4g.small Graviton2 VM (2 vCPU + 2 GB RAM + 30 GB gp3, ARM64 Ubuntu 24.04) — covered by AWS's t4g.small free-trial promo through Dec 31 2026 and absorbed by the new-account Free Plan credits before that. The unmodified docker-compose.prod.yml brings up FastAPI + Celery worker + beat + Postgres-pgvector + Redis + MinIO + a containerised Caddy 2 that auto-fetches a Let's Encrypt cert. The 2 GB RAM cap is handled by a 4 GB swapfile + tuned Postgres config in the bootstrap script. Cloudflare's DNS proxy in front is an optional next step, not a prerequisite.
tl;dr after the EC2 instance is running and you've SSHed in:
```bash ssh -i ~/.ssh/lumen-prod.pem ubuntu@<elastic-ip> curl -fsSL https://raw.githubusercontent.com/ahmedEid1/E-Learning-Platform/main/scripts/aws-bootstrap.sh | sudo bash
docker compose exec api python -m app.evals run --suite authoring ```
高质量的在线学习平台,AI驱动的导师功能值得关注
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ GPL 3.0 — 强 Copyleft,衍生作品须开源,含专利保护条款,不可闭源使用。
经综合评估,在线学习平台 在MCP工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | E-Learning-Platform |
| 原始描述 | 开源MCP工具:AI-first learning platform with a tutor grounded in the course itself, multi-mod。⭐66 · Python |
| Topics | e-learningaipythondocker |
| GitHub | https://github.com/ahmedEid1/E-Learning-Platform |
| License | GPL-3.0 |
| 语言 | Python |
收录时间:2026-05-26 · 更新时间:2026-05-26 · License:GPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端