clearpath-learning-mcp
ClearPath Learning MCP
ClearPath Learning MCP 是一个面向初学者的技术学习项目。它提供公共网站、托管的学员工作区,以及一个独立的 MCP 包,可将一个技术主题转化为四个有用的部分:它是什么、现实世界类比、示例和动手试试。
该项目面向学习 Python、安全、DevOps、Web 开发、数据库、网络及相关主题的人群。安全课程有意限定为防御性、合法且本地授权的学习示例。
项目结构
区域 | 用途 |
| 公共 MCP 产品网站和经过身份验证的学习者界面。 |
| GPT-5 mini 课程引擎、私有课程历史、托管的 MCP 路由,以及可选的提醒流程。 |
| 使用标准输入/输出传输的可发布本地 MCP 包。 |
| 发布和开源维护指南。 |
Related MCP server: hello-mcp-server
快速开始
使用 Node.js 20 或更高版本,以及 pnpm 10 或更高版本。
pnpm install
pnpm dev公共产品站点位于 /,而托管的学习者端位于 /learn。在提交拉取请求之前,请先运行验证套件:
pnpm check
pnpm test本地 MCP 包
独立包位于 packages/clearpath-learning-mcp。它有意与托管网站分离,以便开发者可以从任何兼容 MCP 的桌面客户端或项目中安装并运行它。
cd packages/clearpath-learning-mcp
npm install
npm run build
npm test本地包要求每个用户自行配置自己的兼容 OpenAI 的提供程序密钥。请参阅包 README 和配置参考以获取完整的客户端配置示例。切勿提交提供程序密钥、测试凭据或 .env 文件。
开源社区
本项目根据 MIT 许可证 分发。参与之前,请阅读贡献指南、行为准则和安全政策。
发布所有权
本地包已配置为公开发布到 npm,但未指定注册表账户或仓库 URL。发布之前,维护者必须设置这些值,建立公共支持渠道,并完成发布检查清单。
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
- AlicenseBqualityDmaintenanceA beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.32166Apache 2.0
- AlicenseNot gradedqualityDmaintenanceAn interactive tutorial MCP server that teaches Model Context Protocol through extensively commented code, interactive testing, and hands-on exercises, enabling developers to learn MCP by building and modifying real-world examples.11MIT
- FlicenseNot gradedqualityDmaintenanceAI-powered MCP server that transforms learning by finding best YouTube tutorials, generating personalized learning paths, and tracking progress for any tech skill.10
- AlicenseAqualityCmaintenanceAn MCP server that enforces a pedagogical workflow to teach topics step by step, using research, decomposition, and spaced retrieval practice.7MIT
Related MCP Connectors
An MCP server for deep research or task groups
MCP server for skill documentation, generated by doc2mcp.
A MCP server built for developers enabling Git based project management with project and personal…
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/pranithreddym/clearpath-learning-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server