Skip to main content

Documentation Index

Fetch the complete documentation index at: https://00doc-web.vercel.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Time to complete: ~5 minutes (includes creating an API key).
1

Create an API key

  1. Sign in at unfurl.pub.
  2. Open API keys in the dashboard.
  3. Add a label (e.g. Cursor) and create a key. Copy the full oodoc_… 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:
{
  "mcpServers": {
    "unfurl": {
      "url": "https://mcp.unfurl.pub/mcp"
    }
  }
}
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 updates
  • version_id — identifier for this specific version
  • A live URL you can share immediately

Updating from Cursor

Reference the document_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.

What’s next?

publish_document

get_document