Back to MCP Directory
Connections & Capabilities
Connects To
GitHub
Capabilities
readwriteexec
Quickstart
Install
pip install uvConfig
{
"command": "npm run dev",
"execute_automatically": false
}Exposed MCP Tools (1)
moderate
user_feedbackAsks the user for feedback on a given task or action before proceeding.
The tool can trigger execution of user-defined commands, which could be potentially harmful.
Safety Assessment
This MCP server is generally safe as it relies on user interaction and doesn't directly execute destructive commands. However, the safety depends on the command configured by the user and the user's discretion in providing feedback. It's risky if the configured command is malicious or the user provides harmful feedback without proper validation.
- Primarily read-only operations from the agent perspective.
- User interaction required for any action to be taken.
- No direct access to sensitive system resources.
- Limited scope of impact, confined to the feedback loop.
- Potential for user to provide malicious feedback, but impact is limited.
- Reliance on user input introduces a point of failure.
- Configuration file (`.user-feedback.json`) could be tampered with if access is compromised.
- Command execution is dependent on user confirmation, but the command itself could be harmful.
