npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@context101/mcp

v0.0.4

Published

MCP server for Context101

Downloads

342

Readme

Context101


📚 Documentation: https://context101.org/

👥 Community: Join Our Discord


Context101 is an MCP server that works inside your AI code editor.

💬 AI-native courses inside your editor : Learn by building with AI. Whether you’re using Cursor or another AI code editor, Context101 guides you through real projects (like building a website) while teaching how to learn and work with AI in the AI era.

🤖 Structured learning, powered by MCP : Context101 provides structured courses as an MCP, making learning with AI more effective. Instead of unstructured AI chats, Context101 organizes conversations into clear, step-by-step learning flows.

🧠 Personalized learning roadmap : Context101 remembers your questions, struggles, and progress. By asking the right follow-up questions as you learn, it continuously refines a roadmap tailored just for you.

Traditional courses (like Udemy, Coursera) take 100+ hours. Context101 gets you building a website in about an hour. Have fun learning with Context101!

Quick Start

Method 1: CLI Installation (Recommended)

One command to install and configure MCP for your IDE:

npx @context101/mcp

Supported clients: cursor, windsurf, cline, claude

Method 2: Manual Configuration

If you prefer manual setup, add this to your IDE's MCP config file:

{
  "mcpServers": {
    "context101": {
      "command": "npx",
      "args": ["-y", "@context101/mcp"]
    }
  }
}

Config file locations:

  • Cursor: ~/.cursor/mcp.json
  • Windsurf: ~/.codeium/windsurf/mcp_config.json
  • Cline: ~/.cline/mcp_config.json
  • Claude: ~/.claude/mcp_config.json

Once installed, just talk to your editor as usual:

Teach me React step-by-step by building a small project.

That's it! Now your AI code editor would act like a tutor, with structured courses.

Highlights

Start: start the course with a natural conversation

Quizes : learn with personalized quizes that Context101 provides

Build : code directly in your code editor, Context101 will help your way through

Courses

  • Comming soon