mcp-feedback-collector

sanshao85/mcp-feedback-collector
★ 243 stars Python 🧠 Memory/Knowledge Updated 1mo ago
一个现代化的 Model Context Protocol (MCP) 服务器,为AI助手提供交互式用户反馈收集功能。
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-feedback-collect": {
      "command": "uvx",
      "args": [
        "mcp-feedback-collector"
      ]
    }
  }
}

Or install with pip: pip install mcp-feedback-collector