Skip to content
Cursor

handoff mcp server for Cursor

io.github.josephibra/handoff-mcp-server

Durable agent-to-agent handoffs and shared scratchpad for multi-agent workflows.

client:Cursor transport:streamable-http

Install handoff mcp server in Cursor

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

{
  "mcpServers": {
    "handoff-mcp-server": {
      "url": "https://handoff-mcp-server-production.mcp.xpay.sh/mcp"
    }
  }
}

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

handoff mcp server in other clients