MCP Feedback Enhanced

MCP Feedback Enhanced

Enables interactive feedback collection through a web interface with support for image uploads, extended timeout handling, and offline reconnection capabilities for long-running AI conversations.

Category
Visit Server

README

MCP Feedback Enhanced

🔧 本地定制版本说明

感谢原作者的反馈项目,本版本修复了以下问题并新增功能:

✅ 已修复问题

  1. 超时设置问题:修复了超时时间永远是 600s 的问题,现已修复默认 24 小时超时 ,可以长时间等待反馈啦
  2. 图片上传问题:修复了无法上传图片报错序列号错误的问题,现已支持更多类型图 片 😁🎉
  3. 断网重连功能:新增断网不断链接功能,现在可以离线同一个会话等待(适合使用 手机热点为电脑提供互联网的场景)

🚀 如何使用

Fork 本项目到本地,在 Cursor 中配置:

{
  "mcpServers": {
    "mcp-feedback-enhanced-local": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "C:\\Users\\Administrator\\Desktop\\project\\mcp-feedback-enhanced-main",
        "python",
        "-m",
        "mcp_feedback_enhanced"
      ],
      "timeout": 86400,
      "env": {
        "MCP_DEBUG": "false",
        "MCP_WEB_HOST": "127.0.0.1",
        "MCP_WEB_PORT": "8765",
        "MCP_DESKTOP_MODE": "false",
        "MCP_LANGUAGE": "zh-CN"
      },
      "autoApprove": ["interactive_feedback"]
    }
  }
}

注意:请将 "C:\\Users\\Administrator\\Desktop\\project\\mcp-feedback-enhanced-main" 改 为您本地的项目位置,这样可以实现本地高自由度的定制。

📸 界面预览

<div align="center"> <img src="images/0.png" width="600" alt="MCP Feedback Enhanced 界面预览" /> <br> <em>主界面 - 支持提示管理、自动提交、会话跟踪上传图片等功能</em> </div>

<div align="center"> <img src="images/1.png" width="600" alt="MCP Feedback Enhanced 功能展示" /> <br> <em>超时功能展示 - 智能工作流程和现代化体验</em> </div>


Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured