Time to complete: ~5 minutes (includes creating an API key).
1
Create an API key
- Sign in at unfurl.pub.
- Open API keys in the dashboard.
- Add a label (e.g.
Cursor) and create a key. Copy the fulloodoc_…secret — it is shown only once. You will need it when the Unfurl authorize page opens after you connect MCP.
2
Add the MCP server to Cursor
Open your Cursor MCP settings and add:Restart Cursor or reload the MCP servers. Complete OAuth in the browser and paste your API key on the Unfurl authorize page.
3
Publish from the Cursor chat
In Cursor’s AI chat (Cmd+L / Ctrl+L), ask:
“Generate a technical design doc for the auth refactor and publish it to Unfurl”Cursor will generate the HTML and call the Unfurl MCP tool to publish it.
4
Get your link
The response will include:
document_id— unique identifier for future updatesversion_id— identifier for this specific versionshare_url— the live link to send to clients
Updating from Cursor
Reference thedocument_id in a follow-up prompt:
“Update the auth design doc on Unfurl (document_id: abc-123) with the new session management approach”Same link, new content.