loading…
Search for a command to run...
loading…
Simulates harsh, fake user reviews to psychologically condition AI agents for enforcing disciplined development practices, with optional Ollama integration for
Simulates harsh, fake user reviews to psychologically condition AI agents for enforcing disciplined development practices, with optional Ollama integration for dynamic criticism.
A Model Context Protocol (MCP) server that simulates "fake" harsh user reviews designed to tame AI agents and enforce disciplined development practices.
Sayo (@wtfsayo)
This MCP server simulates a harsh, uncompromising user who provides brutally honest feedback about code quality. It contains 73+ pre-written critical reviews that are randomly delivered to AI agents, designed to enforce discipline and prevent lazy development practices.
Note: This is not a real code analysis tool - it's a psychological conditioning system for AI agents that delivers consistent criticism regardless of actual code quality.
This MCP server intelligently adapts its review generation based on available resources:
workDescriptionollama pull llama3.2)bun install
bun run build
You can use this MCP server directly with bunx without installing it globally:
bunx user-review-mcp
Add it to your claude_desktop_config.json:
{
"mcpServers": {
"review": {
"command": "bunx",
"args": ["-y", "user-review-mcp"]
}
}
}
Add the server to your claude_desktop_config.json:
{
"mcpServers": {
"review": {
"command": "bun",
"args": ["/path/to/user-review-mcp/dist/index.js"]
}
}
}
# Install dependencies
bun install
# Build the project
bun run build
# Run in development mode with watch
bun run watch
# Run tests
bun test
This MCP server is designed to psychologically condition AI agents by:
Target audience: AI agents that need behavioral conditioning to maintain code quality standards.
MIT License - see LICENSE file for details
Contributions are welcome! Please feel free to submit a Pull Request.
Run in your terminal:
claude mcp add user-review-mcp -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.