mrexodia/user-feedback-mcp
Simple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor.
Quick Start
Clone the repository:
git clone https://github.com/mrexodia/user-feedback-mcpClaude Desktop configuration example:
{
"mcpServers": {
"user-feedback-mcp": {
"command": "npx",
"args": [
"-y",
"mrexodia/user-feedback-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.