Medical student using Obsidian and Claude for Clinical Notebook
Hello all,
I am a fourth-year medical student in the process of creating my clinical notebook (a collection of all my medical information received over the years to help me prepare for patients). I carry this with me my whole career and add to it.
I originally built a private LLM using Claude as my guide, but every time Ollama updated, it changed my docker settings and I’m not savvy enough to constantly update it to work.
I then found Obsidian; here is my layout. Curious of your thoughts, Claude walked me through this:
- On my iMac, I have desktop Claude convert my medical PDFs to markdown files.
- I am trying to have Claude push the .md files directly to Obsidian using the Local Rest API/MCP server. But it always times out, it only worked once. It’s become a time suck.
- Until the MCP timeout issue is resolved, I click and drag the markdown files into my obsidian vault. Claude and I developed the exact template for each folder based on my medical needs and clinical interests.
- As soon as the files are dragged into a folder in Obsidian on my iMac, it saves to my local vault folder.
- We then built a command that every 3hrs the Local vault folder backs up to my iCloud vault folder.
- I then have obsidian on my macbook, so everywhere I go my macbook/obsidian has access to my local drive on my iMac via the iCloud backup. It is essentially read only, but because it updates every three hours I have access to all the material I generate on my iMac.
- I then can use obsidian on my macbook at med school and for patient prep
- I then linked Claude desktop to my obsidian (on both iMac and macbook). That way I could query all of obsidian for a specific medical situation, Claude would be able to provide a faster response compared to searching through obsidian.
- I’m not able to use a normal chat window or project, I must query using the code function which is fine.
- But then I stumbled upon Claudian in obsidian, got that setup and BAM!! Everything I was looking for in one place. It is working great. Still learning the specifics, but it’s really a great setup.
- Lastly, if I need to get some notes into obsidian and I’m not home. I remote access with the macbook via tailscale/screen sharing, complete it on my iMac. Click and drag the .md file into obsidian on my iMac, command a push in terminal to back up the local iMac folder to iCloud and I have the info on my macbook.
Curious of your thoughts on the setup. Did I over complicate things? Any insight into making things easier? Did I miss anything? Still a ton to learn about Obsidian, I’m kind of obsessed with it. Want to start using obsidian outside of med school to organize my brain.