Skip to content
VS Code

scrimba teaching for VS Code

io.github.skills03/scrimba-teaching

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

client:VS Code transport:stdio runtime:pypi

Install scrimba teaching in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

scrimba teaching in other clients