Skip to main content
Time to complete: ~3 minutes.
1

Add the MCP server to Cursor

Open your Cursor MCP settings and add:
{
  "mcpServers": {
    "00doc": {
      "url": "https://00doc-mcp.workers.dev/mcp"
    }
  }
}
Restart Cursor or reload the MCP servers.
2

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 00doc”
Cursor will generate the HTML and call the 00doc MCP tool to publish it.
3

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 00doc (document_id: abc-123) with the new session management approach”
Same link, new content.

What’s next?

publish_document

get_document