Skip to main content
Glama
keizman

MCP Feedback Collector

by keizman
__init__.py551 B
""" MCP FeedForward - 交互式反馈收集器 一个现代化的 Model Context Protocol (MCP) 服务器, 为AI助手提供交互式用户反馈收集功能。 支持: - 美观的 tkinter GUI 界面 - 多图片同时上传 - 文字和图片组合反馈 - 剪贴板图片粘贴 - 屏幕居中显示 - 点击提交后自动关闭窗口 版本: 2.0.0 """ __version__ = "2.0.0" __author__ = "MCP FeedForward" __description__ = "A modern MCP server for interactive user feedback collection with GUI" from .server import main __all__ = ["main"]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/keizman/mcp-feedforward'

If you have feedback or need assistance with the MCP directory API, please join our Discord server