Skip to content
Cursor

rlhf feedback loop for Cursor

io.github.igorganapolsky/rlhf-feedback-loop

RLHF feedback loop for AI agents. Capture signals, promote memories, block mistakes, export DPO.

client:Cursor transport:stdio runtime:npm

Install rlhf feedback loop in Cursor

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

{
  "mcpServers": {
    "rlhf-feedback-loop": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rlhf-feedback-loop"
      ]
    }
  }
}

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

rlhf feedback loop in other clients