MCP Feedback Collector
A server for collecting user feedback and AI work reports.
🎯 MCP Feedback Collector
基于Node.js的现代化MCP反馈收集器,支持AI工作汇报和用户反馈收集。
Cursor配置说明(1.3.6版本)
{
"mcpServers": {
"mcp-feedback-collector": {
"command": "npx",
"args": [
"-y",
"smd-mcp-feedback-collector@latest"
],
}
}
}
Cursor配置说明(1.2.2版本,指定之前版本)
{
"mcpServers": {
"mcp-feedback-collector": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"MCP_TRANSPORT_MODE": "stdio",
"MCP_WEB_PORT": "5050"
}
}
}
}
Cursor mcp模式配置
使用 npx smd-mcp-feedback-collector@latest 全局启动(在控制台启动一个,之后在cursor中配置)
{
"mcpServers": {
"mcp-feedback-collector": {
"url": "http://localhost:3001/mcp"
}
}
}
Stagewise Toobar prompt拦截
# 在命令行窗口中启动服务(你可以自己编写脚本改为后台启动)
npx -y standalone-toolbar-service@latest
相關伺服器
MCP Email Server
Provides IMAP and SMTP access for sending and receiving emails.
Claude Assist MCP
Enables communication between Claude Code and Claude Desktop for code reviews.
Telegram
Interact with the Telegram API to send and receive messages.
Lara Translate
Translate text with language detection, context-awareness, and translation memories using the Lara Translate API.
Woodpecker
Manage email campaigns on Woodpecker using natural language.
mcp-proxy
A standalone proxy to connect STDIO-based MCP clients with HTTP (SSE) based MCP servers.
Gmail MCP Server
An MCP server that enables AI models to interact directly with the Gmail API to manage emails.
Local Network Request MCP Server
Sends HTTP requests to endpoints on the local network.
WasenderAPI MCP
Connect WasenderAPI to AI agents and automation tools using the Model Context Protocol. This remote MCP server exposes WhatsApp session management, messaging, contacts, and groups as callable tools for MCP-compatible platforms
AskMeMCP
Enables AI assistants to request human input through a web interface, facilitating human-in-the-loop interactions.