mcp-feedback-enhanced
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_DEBUG | No | Debug mode toggle. Set to 'true' to enable debug output. | false |
| MCP_LANGUAGE | No | Force UI language. Options: 'zh-TW', 'zh-CN', 'en'. Leave unset for auto-detection. | auto-detect |
| MCP_WEB_HOST | No | Web UI host binding. Use '0.0.0.0' for remote access. | 127.0.0.1 |
| MCP_WEB_PORT | No | Web UI port number (1024-65535). | 8765 |
| MCP_DESKTOP_MODE | No | Enable desktop application mode. Set to 'true' to use native desktop app. | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| interactive_feedbackA | Interactive feedback collection tool for LLM agents. USAGE RULES:
|
| get_system_infoB | 獲取系統環境資訊 Returns: str: JSON 格式的系統資訊 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools are completely distinct: interactive_feedback is for user interaction, while get_system_info retrieves system information. There is no overlap in purpose.
Both use snake_case, but one is a noun phrase (interactive_feedback) and the other is a verb phrase (get_system_info), showing minor inconsistency in naming convention.
With only two tools, the server is very thin; while both are useful, it feels under-scoped for a feedback-enhanced purpose and could benefit from additional related utilities.
The interactive feedback tool covers a feedback loop but lacks a dedicated tool to submit feedback or query feedback history. get_system_info is unrelated to the core feedback domain, suggesting incomplete integration.