user prompt for Zed
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:Zed
transport:stdio
runtime:nuget
Install user prompt in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"user-prompt": {
"command": "dnx",
"args": [
"UserPrompt",
"--yes"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs