Interactive Feedback MCP Server

v1.0.0APIsstable

Requests user input via GUI after AI displays complete response in chat. USAGE FLOW: 1. AI displays complete response in chat dialog 2. AI calls this tool to collect user input 3. Tool returns user feedback only This tool collects user input, not for

other-tools-and-integrations
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

Requests user input via GUI after AI displays complete response in chat. USAGE FLOW: 1. AI displays complete response in chat dialog 2. AI calls this tool to collect user input 3. Tool returns user feedback only This tool collects user input, not for

Features

  • interactive_feedback
  • optimize_user_input

Use Cases

Requests user input via GUI after AI displays complete response in chat. USAGE FLOW: 1. AI displays complete response in chat dialog 2. AI calls this tool to collect user input 3. Tool returns user feedback only This tool collects user input, not for
使用配置的 LLM API 来优化或强化用户输入的文本。 此功能可以帮助用户将口语化的、可能存在歧义的输入,转化为更结构化、 更清晰、更便于 AI 模型理解的文本。 Args: original_text: 用户的原始输入文本 mode: 优化模式 - 'optimize': 一键优化,使用预设的通用优化指令 - 'reinforce': 提示词强化,使用用户自定义的强化指令 reinforcement_prompt: 在 'reinforce' 模式下用户的自定义指令 Returns: str
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y interactive-feedback

Manual Installation

npx -y interactive-feedback

Examples

Basic Configuration

Configure Interactive Feedback MCP Server

npx -y interactive-feedback

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

{ "mcpServers": { "interactive-feedback": { "command": "npx", "args": ["-y", "interactive-feedback"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Interactive Feedback MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides