Skip to content
Cursor

scrimba teaching for Cursor

io.github.skills03/scrimba-teaching

Interactive programming teacher using Scrimba's methodology for 10x retention

client:Cursor transport:stdio runtime:pypi

Install scrimba teaching in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "scrimba-teaching": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "scrimba-teaching-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

scrimba teaching in other clients