AskUserQuestionPlus
Verified Safeby JoJoJotarou
Overview
Facilitates asking structured questions to users via a web interface, collecting their input for AI models interacting through the Model Context Protocol (MCP).
Installation
npx ask-user-question-plusEnvironment Variables
- PORT
- TIMEOUT
- NODE_ENV
Security Notes
The server uses Zod for input schema validation for the MCP tool, ensuring structured and validated input from the AI model. WebSocket messages from the client are parsed as JSON, with error handling for malformed messages. The `open` package is used to launch a web browser, which is an intentional feature for user interaction and the URL is controlled by the server. No obvious hardcoded secrets, 'eval' usage, or direct command injection vulnerabilities from user input were found. The service runs on localhost, limiting direct external attack surface.
Similar Servers
MCP-Server_AI-interaction
Facilitates advanced, persistent user-AI agent interaction by providing a modern UI for text input, file/folder attachment, and multi-image management, designed to integrate with Model Context Protocol (MCP) systems.
Crawleo-MCP
Provides AI assistants with real-time web search and crawling capabilities via the Model Context Protocol (MCP).
MCP-buddy
A local desktop or web application to manage and interact with multiple MCP (Model Context Protocol) servers, offering optional AI orchestration and enhancement for responses.
Local_MCP_Client
The client acts as a cross-platform web and API interface for natural language interaction with configurable MCP servers, facilitating structured tool execution and dynamic agent behavior using local LLMs.