Skip to content
Windsurf

user prompt for Windsurf

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:Windsurf transport:stdio runtime:nuget

Install user prompt in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

user prompt in other clients