← All servers

rlhf-feedback-loop

io.github.IgorGanapolsky/rlhf-feedback-loop v0.6.13
Official Registry git

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

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect locally via stdio

Run in your terminal
claude mcp add rlhf-feedback-loop -- npx -y rlhf-feedback-loop
Add to claude_desktop_config.json
{
  "mcpServers": {
    "rlhf-feedback-loop": {
      "command": "npx",
      "args": [
        "-y",
        "rlhf-feedback-loop"
      ]
    }
  }
}
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "rlhf-feedback-loop": {
      "command": "npx",
      "args": [
        "-y",
        "rlhf-feedback-loop"
      ]
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "rlhf-feedback-loop": {
      "command": "npx",
      "args": [
        "-y",
        "rlhf-feedback-loop"
      ]
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "rlhf-feedback-loop": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rlhf-feedback-loop"
      ]
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "rlhf-feedback-loop": {
      "command": "npx",
      "args": [
        "-y",
        "rlhf-feedback-loop"
      ]
    }
  }
}

Packages

npm rlhf-feedback-loop@0.6.13

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.IgorGanapolsky--rlhf-feedback-loop/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent