Skip to content
VS Code

Elicitly for VS Code

ai.elicitly/elicitly

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

client:VS Code transport:stdio runtime:npm

Install Elicitly in VS Code

.vscode/mcp.json

{
  "servers": {
    "elicitly": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "elicitly"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Elicitly in other clients