Skip to content
Cursor

user prompt for Cursor

io.github.jacob-j-thomas/user-prompt

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

client:Cursor transport:stdio runtime:nuget

Install user prompt in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "user-prompt": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "UserPrompt",
        "--yes"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

user prompt in other clients