Skip to content

Handoff — shareable agent result pages + human-in-the-loop approval gates for Cursor

dev.workers.notdown-app.handoff/human-approval-decision-gate-and-shareable-result-page-publisher

Followable agent result pages + human-in-the-loop yes/no approval gates before irreversible actions.

client:Cursor transport:streamable-http

Install Handoff — shareable agent result pages + human-in-the-loop approval gates in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "human-approval-decision-gate-and-shareable-result-page-publisher": {
      "url": "https://handoff.notdown-app.workers.dev/mcp/{key}"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Handoff — shareable agent result pages + human-in-the-loop approval gates in other clients