Skip to main content
Glama
pranithreddym

clearpath-learning-mcp

ClearPath Learning MCP

ClearPath Learning MCP is a beginner-first technical learning project. It ships a public website, a hosted learner workspace, and a standalone MCP package that turns a technical topic into four useful parts: What it is, Real-world analogy, Example, and Try it.

The project is designed for people learning Python, security, DevOps, web development, databases, networking, and related subjects. Security lessons are intentionally constrained to defensive, lawful, locally authorized learning examples.

Project map

Area

Purpose

client/

Public MCP product website and authenticated learner interface.

server/

GPT-5 mini lesson engine, private lesson history, hosted MCP routes, and optional reminder flow.

packages/clearpath-learning-mcp/

The publishable local MCP package using standard input/output transport.

docs/

Release and open-source maintenance guidance.

Related MCP server: hello-mcp-server

Quick start

Use Node.js 20 or later and pnpm 10 or later.

pnpm install
pnpm dev

The public product site is available at /, while the hosted learner is at /learn. Run the verification suite before opening a pull request:

pnpm check
pnpm test

Local MCP package

The standalone package is located in packages/clearpath-learning-mcp. It is intentionally separate from the hosted website so developers can install and run it from any MCP-compatible desktop client or project. After publication, users can install it with npm install clearpath-learning-mcp.

Install from npm

Install the published MCP package in a project:

npm install clearpath-learning-mcp

Or let an MCP-compatible client start the current package through npx:

npx -y clearpath-learning-mcp

Use the package README for the complete MCP-client configuration, including the locally supplied provider key.

Install directly from GitHub

Users do not need an npm token to use ClearPath from this repository. Clone the project, build the local MCP package, and add its command to an MCP-compatible client. The full copy-and-paste guide is available in Using ClearPath from GitHub.

cd packages/clearpath-learning-mcp
npm install
npm run build
npm test

The local package requires each user to configure their own OpenAI-compatible provider key. See the package README and the configuration reference for the complete client configuration example. Never commit provider keys, test credentials, or .env files.

Open-source community

This project is distributed under the MIT License. Please read the contribution guide, code of conduct, and security policy before participating.

Release ownership

The package metadata links to this public repository. Before publishing a version, maintainers should complete the npm publishing guide and the release checklist. Only maintainers publishing to npm need an npm token; end users cloning or installing ClearPath do not.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    A 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.
    3
    21
    66
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    An 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.
    11
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    AI-powered MCP server that transforms learning by finding best YouTube tutorials, generating personalized learning paths, and tracking progress for any tech skill.
    10

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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