MCP Server
Active
MIT
io.github.IgorGanapolsky/rlhf-feedback-loop MCP Server
io.github.IgorGanapolsky/rlhf-feedback-loop
What is the io.github.IgorGanapolsky/rlhf-feedback-loop MCP server?
RLHF feedback loop for AI agents. Capture signals, promote memories, block mistakes, export DPO.
How to install io.github.IgorGanapolsky/rlhf-feedback-loop
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"rlhf-feedback-loop": {
"command": "npx",
"args": [
"-y",
"rlhf-feedback-loop"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"rlhf-feedback-loop": {
"command": "npx",
"args": [
"-y",
"rlhf-feedback-loop"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"rlhf-feedback-loop": {
"command": "npx",
"args": [
"-y",
"rlhf-feedback-loop"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"rlhf-feedback-loop": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rlhf-feedback-loop"
]
}
}
}Claude Code
claude mcp add rlhf-feedback-loop -- npx -y rlhf-feedback-loopRelated MCP servers
MCP Memory Gateway
Active
Pre-action gates that block AI agents from repeating known mistakes.
24
View repository →JavaScript
MIT
ThumbGate
Active
Pre-action gates that block AI agents from repeating known mistakes.
24
View repository →JavaScript
MIT