clarify-mcp
Verified Safeby ifmelate
Overview
Enables AI agents to ask clarification questions and receive structured user input through a human-in-the-loop interface via the Model Context Protocol.
Installation
python hitl_server.pySecurity Notes
The server is explicitly designed for local stdio transport and strongly warns against network exposure without proper authentication/encryption. No malicious patterns, hardcoded secrets, or dangerous functions like 'eval' were found. Input parsing for 'ask_clarification' is robust for its purpose. Security relies on underlying FastMCP and Pydantic libraries.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
AskUserQuestionPlus
Facilitates asking structured questions to users via a web interface, collecting their input for AI models interacting through the Model Context Protocol (MCP).
emceepee
A proxy server enabling AI agents to dynamically connect to and interact with multiple Model Context Protocol (MCP) backend servers, exposing the full MCP protocol via a simplified tool interface or a sandboxed JavaScript execution environment.
mcp-ai-agent-guidelines
A comprehensive AI agent development framework focused on structured design, prompt engineering, code analysis, and agent-to-agent orchestration for developers.