Learning System MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Learning System MCP ServerSummarize our latest conversation and create a spaced repetition study plan"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🧠 Learning System
AI驱动的学习成长系统 - 基于MCP 2026-07-28协议的Multi-Agent知识管理平台
📖 项目概述
Learning System是一个智能学习助手,帮助你:
📝 自动总结会话 - 每次对话结束后提取关键知识
🗂️ 管理知识图谱 - 技术、项目、概念的关系网络
📊 追踪项目进展 - 自动分析代码、提取面试亮点
🔍 探索新技术 - 深度调研前沿技术并生成学习路径
📅 生成复习计划 - 间隔重复算法,巩固所学知识
Related MCP server: Obsidian MCP Learning System
✅ 安装状态
已完成
✅ Memory MCP安装成功 (v0.8.0)
✅ 项目结构创建完成
✅ Git仓库初始化完成
待完成
⏳ 配置Memory MCP插件
⏳ 编写核心设计文档
⏳ 实现Agent基础框架
🚀 快速开始
1. 配置Memory MCP插件
# 添加Memory MCP插件到Claude Code
claude plugins add michael-denyer/memory-mcp
# 或手动配置 ~/.claude/settings.json2. 验证安装
# 检查Memory MCP是否可用
python -c "import hot_memory_mcp; print('Memory MCP installed:', hot_memory_mcp.__version__)"3. 启动测试
# 后续会添加启动脚本
python mcp-server/server.py📚 文档索引
架构设计 - 系统架构详解(待编写)
ECC Skills集成 - Skills调用方案(待编写)
快速开始 - 详细使用指南(待编写)
🏗️ 项目结构
learning-system/
├── mcp-server/ # MCP服务器
│ ├── src/
│ │ ├── agents/ # 4个Agent实现
│ │ ├── bus/ # Agent通信总线
│ │ ├── tools/ # MCP工具实现
│ │ └── utils/ # 工具函数
│ └── server.py # 入口
├── data/ # 数据存储
│ ├── sessions/ # 会话历史
│ ├── projects/ # 项目分析
│ └── knowledge/ # 知识快照
├── docs/ # 设计文档
├── scripts/ # 工具脚本
└── README.md # 本文件🎯 核心组件
4个专业Agent
Session Analyzer (会话分析)
自动提取会话中的知识点
识别涉及的项目和技术
Memory Manager (知识管理)
保存知识到Memory MCP
生成复习计划
Project Tracker (项目追踪)
分析项目架构
提取面试亮点
Tech Explorer (技术探索)
深度调研新技术
生成学习路径
📊 技术栈
组件 | 技术 |
协议 | MCP 2026-07-28 |
后端 | Python 3.12 + FastAPI |
知识存储 | Memory MCP + SQLite |
LLM | Claude API |
Skills | ECC (281个) |
🔗 依赖项目
差旅管理系统 - 作为测试项目
路径:
E:/Desktop/langchain-business-trip-management用途: Project Tracker的第一个分析目标
📝 开发日志
2026-08-01
✅ 完成项目架构设计
✅ 安装Memory MCP (v0.8.0)
✅ 创建项目结构
⏳ 编写设计文档中...
📜 许可证
MIT License
开发状态: 🟡 设计阶段
开发成本: $36.25 (截至2026-08-01)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceAn MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.Last updated1159100MIT
- Flicense-qualityDmaintenanceA local MCP server that transforms an Obsidian vault into a structured learning interface through tools for concept extraction and gap analysis. It enables AI agents to generate study plans and align note-taking with implementation projects for a more cohesive learning workflow.Last updated
- Alicense-qualityDmaintenanceAn MCP server with real AI capabilities (OpenAI/Anthropic) for natural language understanding, multi-step planning, and autonomous task execution, enabling intelligent file analysis, weather-based planning, and more.Last updated329ISC
- Flicense-qualityDmaintenanceThis MCP server provides LLMs with a live, curated knowledge base of AI agent research, world models, and source-code reviews, enabling personalized and context-aware responses. Users can either connect to the hosted knowledge or build and host their own vault.Last updated
Related MCP Connectors
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
An MCP server that gives your AI access to the source code and docs of all public github repos
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zsc140217/learning-system'
If you have feedback or need assistance with the MCP directory API, please join our Discord server