mcpbeat Sign in

Rlhf Feedback Loop MCP Server

local only

Rlhf Feedback Loop runs on your own machine — the client starts it, so there is no endpoint to ping. 101 installs a week from npm. Last commit 17 Sep 2026.

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

Installs per day peak 25 · avg 6 · +79% w/w
a month agotoday
101
Installs / week
npm · rlhf-feedback-loop
26
Stars
4 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call export_databricks_bundle.outputPath → adapters/mcp/server-stdio.js:724, export_databricks_bundle.outputPath → adapters/mcp/server-stdio.js:716
    fs.writeFileSync(outputPath, result.jsonl);
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository igorganapolsky/thumbgate
пакет rlhf-feedback-loop ссылается на igorganapolsky/rlhf-feedback-loop

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rlhf-feedback-loop -- npx -y rlhf-feedback-loop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rlhf-feedback-loop": {
      "args": [
        "-y",
        "rlhf-feedback-loop"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rlhf-feedback-loop]
command = "npx"
args = ["-y", "rlhf-feedback-loop"]
.cursor/mcp.json
{
  "mcpServers": {
    "rlhf-feedback-loop": {
      "args": [
        "-y",
        "rlhf-feedback-loop"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rlhf-feedback-loop": {
      "args": [
        "-y",
        "rlhf-feedback-loop"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Rlhf Feedback Loop

same job, measured the same way
MCP Memory Gateway
by igorganapolsky

Pre-action gates that block AI agents from repeating known mistakes.

174 installs/wk local only
Lockstep
by lockstep-team-agent

Decision memory for AI coding agents: captures decisions once, briefs every agent before it acts.

27 installs/wk local only
Webhook AI MCP
by csoai-org

Webhook Ai tools for AI agents. Capabilities: validate webhook signature, log webhook event, replay

141 installs/wk local only
Memini
by lumayapartners

Local-first project memory and mistake-prevention guardrails for AI coding agents.

54 installs/wk local only
ThumbGate
by igorganapolsky

Pre-action gates that block AI agents from repeating known mistakes.

724 installs/wk local only
Peon Mem
by vineetv2

Local-first memory brain for AI coding agents: hooks capture sessions, beliefs injected per prompt.

531 installs/wk local only
Codesign
by img

Local design engine for AI agents: create, edit and export real, editable designs.

4 970 installs/wk local only
dark-memory-mcp
by opita-code

Persistent memory + vibe-loop engine for AI agents. Single Go binary, SQLite-backed, stdio MCP.

119 installs/wk local only

Rlhf Feedback Loop — questions

Answers built from our own checks of this server.

Why is there no uptime for Rlhf Feedback Loop?
Rlhf Feedback Loop runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package rlhf-feedback-loop was installed 101 times last week.
How do I connect Rlhf Feedback Loop?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls rlhf-feedback-loop straight from npm; nothing to host, nothing to sign up for.
How many people use Rlhf Feedback Loop?
The npm package rlhf-feedback-loop was installed 101 times in the last week. Week over week that is +79%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rlhf Feedback Loop open source?
Yes — it is published under the MIT licence, written in JavaScript, 26 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.