Skip to content
Zed

Elicitly for Zed

ai.elicitly/elicitly

Human-in-the-loop for AI agents over MCP elicitation: confirm/form dialogs plus a capability doctor

client:Zed transport:stdio runtime:npm

Install Elicitly in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "elicitly": {
      "command": "npx",
      "args": [
        "-y",
        "elicitly"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Elicitly in other clients