Ask User
БесплатноНе проверенMCP server that enables Claude to pause and ask clarifying questions via Emacs.
Описание
MCP server that enables Claude to pause and ask clarifying questions via Emacs.
README
MCP server that enables Claude to pause and ask clarifying questions via Emacs.
Quick Start
npm install
npm run build
Built files are in build/.
agent-shell Configuration
Add to ~/.config/agent-shell/mcp-servers.json:
{
"mcpServers": {
"ask-user": {
"command": "node",
"args": ["/REPLACE/WITH/ABSOLUTE/PATH/ask-user-mcp/build/index.js"]
}
}
}
Replace /REPLACE/WITH/ABSOLUTE/PATH/ with the actual path to this project.
Emacs Setup
Add to your Emacs config:
;; ask-user-mcp support
(load-file "/REPLACE/WITH/ABSOLUTE/PATH/ask-user-mcp/emacs/ask-user.el")
;; Ensure Emacs server is running (required for emacsclient)
(unless (server-running-p)
(server-start))
Replace /REPLACE/WITH/ABSOLUTE/PATH/ with the actual path to this project.
Tool Parameters
The ask_user tool accepts:
- question (required): The question to ask the user
- header (optional): Context displayed above the question in the prompt
- timeout_ms (optional): How long to wait for response
- Minimum: 30 seconds (30000)
- Maximum: 30 minutes (1800000)
- Default: 5 minutes (300000)
Debugging
Enable debug logs to see Q&A audit trail:
LOG_LEVEL=debug node build/index.js
Debug logs include: question, response, duration, and success/error status.
For common issues, see TROUBLESHOOTING.md.
Установка Ask User
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Marx-A00/ask-user-mcpFAQ
Ask User MCP бесплатный?
Да, Ask User MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ask User?
Нет, Ask User работает без API-ключей и переменных окружения.
Ask User — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Ask User в Claude Desktop, Claude Code или Cursor?
Открой Ask User на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Ask User with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
