Loomal

An MCP server that enables AI agents to ask users clarifying questions via pop-up terminal windows.

0 starsnuget: UserPrompt

About user-prompt

user-prompt is an MCP (Model Context Protocol) server published by jacob-j-thomas in the official MCP registry, listed under Autonomous Agents on Loomal. An MCP server that enables AI agents to ask users clarifying questions via pop-up terminal windows.

It ships as a NuGet package (UserPrompt), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/jacob-j-thomas/user-context-retrieval-mcp-server.

Use user-prompt with your agent

Claude Code · one command
claude mcp add user-prompt -- dnx UserPrompt --yes
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "user-prompt": {
      "command": "dnx",
      "args": [
        "UserPrompt",
        "--yes"
      ]
    }
  }
}
nugetUserPrompt

Frequently asked questions

What is user-prompt?
user-prompt is an MCP (Model Context Protocol) server by jacob-j-thomas in the Autonomous Agents category. An MCP server that enables AI agents to ask users clarifying questions via pop-up terminal windows.
How do I connect user-prompt to Claude, Cursor, or another MCP client?
Install user-prompt from its nuget package (UserPrompt) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is user-prompt open source?
Yes — the source code is public at github.com/jacob-j-thomas/user-context-retrieval-mcp-server.
Can AI agents pay to use user-prompt?
Not yet through Loomal — user-prompt is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain user-prompt? Claim this listing free by verifying GitHub ownership, or contact us.