Back to MCP Servers
User Feedback
Simple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor.
developer-tools
By mrexodia
Installation
npx -y user-feedback-mcpConfiguration
{
"mcpServers": {
"user-feedback-mcp": {
"command": "npx",
"args": ["-y", "user-feedback-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes