Skip to content
Cursor

devcoach for Cursor

io.github.ultimaphoenix/devcoach

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

client:Cursor transport:stdio runtime:npm

Install devcoach in Cursor

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

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

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

devcoach in other clients