Skip to content
VS Code

devcoach for VS Code

io.github.ultimaphoenix/devcoach

Progressive in-context technical coaching in your AI agent — one local, free lesson per task.

client:VS Code transport:stdio runtime:npm

Install devcoach in VS Code

.vscode/mcp.json

{
  "servers": {
    "devcoach": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "devcoach"
      ]
    }
  }
}

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

devcoach in other clients