Elicitly for Cursor
ai.elicitly/elicitly
Human-in-the-loop for AI agents over MCP elicitation: confirm/form dialogs plus a capability doctor
client:Cursor
transport:stdio
runtime:npm
Install Elicitly in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"elicitly": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"elicitly"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs