gl-mcp-feedback
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_DEBUG | No | 调试模式,值为'true'或'false' | false |
| MCP_LANGUAGE | No | 强制指定界面语言:'zh-TW', 'zh-CN', 'en' | |
| MCP_WEB_HOST | No | Web UI主机绑定,例如'127.0.0.1'或'0.0.0.0' | 127.0.0.1 |
| MCP_WEB_PORT | No | Web UI端口号,范围1024-65535 | 8765 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| interactive_feedbackA | Open a Web UI to collect interactive feedback from the user. This tool is the PRIMARY communication channel with the user. Route
substantive content (analyses, plans, code summaries, questions needing
confirmation) through this tool's MANDATORY call scenarios — do NOT end the turn without calling:
1. After any code modification — summarize the change, wait for
the user to test.
2. Before implementing a new requirement — explain your
understanding and approach, wait for confirmation.
3. When a tool call is cancelled/interrupted — ask the user the
next step.
4. When this MCP call times out — immediately re-call; do not
assume the user has left.
5. When the user explicitly skips without giving feedback —
immediately re-call and ask why they skipped.
6. At the end of any multi-step task stage — check in.
7. Whenever you would otherwise ask the user a question in plain
chat — route it through this tool's STRICT PROHIBITIONS:
- While this tool is available, DO NOT invoke Cursor's built-in
Only stop calling when the user explicitly says
Args:
project_directory: Absolute or relative project path. Defaults to cwd.
summary: Required. Markdown summary of the AI's current work / plan
/ question. No empty string, no placeholder phrase.
title: Optional short headline shown in the Web UI tab and summary
header. Leave empty if there's no concise headline.
timeout: Seconds to wait for user feedback. Keep Returns: ToolResult: TextContent with the user's text feedback plus MCPImage objects for any uploaded images. An empty result means the user skipped — you MUST re-call this tool to ask why. |
| get_system_infoA | 获取系统环境信息 Returns: str: JSON 格式的系统信息 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| chat | 通过 Web UI 与用户开始互动反馈对话。 使用此 prompt 快速启动反馈交流。 AI 会调用 interactive_feedback 工具打开 Web UI, 通过浏览器界面与用户进行互动。 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/teacat99/gl-mcp-feedback'
If you have feedback or need assistance with the MCP directory API, please join our Discord server