Record to Markdown logo

Record to Markdown

by 29decibel

Record your Claude conversations and save them as markdown files or directly to Apple Notes. This tool helps you preserve and organize your AI interactions.

View on GitHub

Last updated: N/A

Record conversation to markdown / Apple Notes

Record Claude conversation to markdown or Apple notes.

Usage

# clone this repo
git clone https://github.com/29decibel/record-to-markdown

Edit the Claude desktop config to enable this:

zed ~/Library/Application\ Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "record-to-apple-notes": {
      "command": "uv",
      "args": [
        "--directory",
        "/FULL_PATH_TO/record-to-markdown",
        "run",
        "server.py"
      ]
    }
  }
}