The AI-native way to learn coding
Learn to build anything inside your AI code editor.
Structured courses for the AI era, powered by MCP.
Begin Context 101
1
Choose your editor and paste the command to install the mcp server automatically
2
If you already have a context101 project follow the instructions
3
Type in Start Context101 Course in your editor to start the course
Cursor
npx @context101/install -m cursor
Windsurf
npx @context101/install -m cursor
VSCode
npx @context101/install -m cursor
Edit .cursor/mcp.json in your project root, or ~/.cursor/mcp.json for global configuration
12345678
{
"mcpServers": {
"context101": {
"command": "npx",
"args": ["-y", "@context101/mcp"]
}
}
}
If you're having troubles, please check our GitHub for more information.