MCP Feedback Enhanced Server - Interactive feedback collection for AI assistants
npm install mcp-feedback-enhancedThe MCP Server component for MCP Feedback Enhanced.
It acts as the bridge between your AI Agent (Cursor/Claude) and the VSCode Extension's feedback panel.
You typically don't need to install this manually. The VSCode Extension auto-configures it using npx.
``json`
{
"mcpServers": {
"mcp-feedback-enhanced": {
"command": "npx",
"args": ["-y", "mcp-feedback-enhanced@latest"],
"timeout": 86400,
"autoApprove": ["interactive_feedback"]
}
}
}
: Context matching.
- summary: Markdown summary of what the AI needs.
- timeout`: Default 86400s (24h).