DEV Community

Cover image for Build Your AI Second Brain with Claude + Obsidian
Digital Sith
Digital Sith

Posted on

Build Your AI Second Brain with Claude + Obsidian

"Every time you open Claude or ChatGPT, you start from zero."
That sentence hit me harder than I expected. It's the core problem this setup solves.

The Problem With How We Use AI Today

Most people use AI the same way: open a chat, ask a question, close the tab, repeat. Each session is an island. The AI never learns your context, your past decisions, your ongoing projects, or the specific way your mind works.
And most people use notes the same way too: ideas go in, links don't get made, and six months later you can't find anything. Notes are a graveyard unless there's a system that keeps them alive.
What if your notes and your AI were the same thing?
That's the premise behind building a second brain with Claude and Obsidian — and it's the most powerful productivity setup I've come across.

What Is a "Second Brain," Anyway?

The concept comes from Tiago Forte's productivity framework. The idea is simple: offload cognitive load to an external system (notes, documents, references) so your working memory is free for actual thinking.
Pairing that with AI takes it much further. Instead of just storing information, your system can:

Surface relevant notes when you start a new task
Write summaries and extract key points automatically
Identify patterns and connections you missed
Run real tasks on your behalf — not just answer questions

Why Obsidian?

Obsidian is a local, markdown-based note-taking app. No vendor lock-in, no cloud sync required, no proprietary format. Your notes are just .md files sitting on your disk.
That last part is the key. Markdown files are:

Portable — move them anywhere, use them with any tool
Composable — tags, frontmatter, [[wikilinks]], all plain text
LLM-native — Claude reads and writes .md natively, no API wrappers needed

Obsidian also has a plugin ecosystem that makes it endlessly extensible. We'll use a few of those below.

Why Claude?

Claude (especially the latest Sonnet and Opus models) has a very large context window, which means it can read through hundreds of notes in a single session and hold a coherent picture of your entire vault. It's also excellent at synthesis — not just summarizing, but finding contradictions, surfacing patterns, and connecting disparate ideas.
The combination of Claude's reasoning depth + Obsidian's local markdown structure is where the magic happens.

Three Ways to Connect Claude to Your Obsidian Vault

1. Claude Desktop + Obsidian MCP Tools (Easiest)
The simplest entry point. The Obsidian MCP Tools plugin exposes your vault to Claude Desktop via the Model Context Protocol (MCP). Once set up, Claude can read and write notes directly from the chat interface.
Setup:

Install Obsidian and create your vault
Install the Obsidian MCP Tools community plugin
In Claude Desktop settings, add the MCP server pointing to your vault
Start chatting — Claude can now read your notes and create new ones

This is great for interactive sessions: "Summarize my notes on X", "Find connections between these two projects", "Create a synthesis note from my reading list."

2. Claude Code + Vault as a Directory (Most Powerful)
This is the setup that unlocks the full potential. With Claude Code, you point Claude at your Obsidian vault as a working directory. Claude can then read, write, create, and reorganize files autonomously based on your instructions.
Example prompts you can run:
Read all my notes from the last 30 days.
Write a synthesis note that connects recurring themes.
Save it to /synthesis/weekly-review-2026-05.md
Read all contact notes in /crm.
Find anyone I haven't reached out to in over 45 days.
Create a follow-up note with suggested talking points.
Read this article I pasted.
Extract the key concepts, create wiki pages for each one,
and link them to existing notes where relevant.
Tasks that would take 20 minutes manually take 30 seconds with Claude Code.
Vault structure that works well with Claude:
/vault
/inbox ← Raw captures, links, ideas
/projects ← Active work
/wiki ← Evergreen concept notes
/people ← CRM-style contact notes
/daily ← Daily journal / log
/synthesis ← AI-generated connections
/archive ← Completed or inactive
Use [[wikilinks]] between notes. Claude can traverse these backlinks to understand how your concepts relate to each other — it's essentially a graph Claude can think with.

3. Obsidian Copilot Plugin (Best for Mobile + Reading)
If a lot of your thinking happens away from your desk — reading on a tablet, commuting, between meetings — the Obsidian Copilot plugin is the unlock.
It adds an LLM-powered chat directly inside Obsidian on any device. You can be reading a chapter and ask Copilot to:

Extract key insights from what you just read
Summarize an argument
Connect the current note to existing vault content

No context-switching, no laptop required.

The Core Workflow: IPARAG (Capture → Synthesize → Act)

Here's a practical workflow pattern that works across all three setups:
I — Ingest
Drop raw content into /inbox: articles, meeting notes, book highlights, ideas. Don't organize. Just capture.
P — Process
Ask Claude to read the inbox and structure the content: extract concepts, tag appropriately, link to related notes.
A — Analyze
Ask Claude to find patterns across notes: "What themes keep coming up across my project notes this month?"
R — Reflect
Generate synthesis notes: "Write a reflection on the decisions I made in Q1 2025 and flag any contradictions."
A — Act
Turn insights into tasks: "Based on my project notes, what are the three things I should prioritize next week?"
G — Generate
Use your vault as a source: "Using my notes on [topic], draft a Twitter thread / article outline / proposal."

What This Actually Feels Like in Practice

Here's a real example of what Claude can do once it has access to your vault:

You ask Claude to scan your daily notes for the past month
Claude finds that you've mentioned "onboarding friction" across four unrelated projects
It surfaces the pattern: "Onboarding is your bottleneck across projects. You never named it."
You now have a named problem — and you can act on it

Or this one:

You have an idea note from three weeks ago
Claude reads it, finds related projects and people in your vault
It generates a full spec: goals, phases, tasks
The idea gets tagged graduated and moves from inbox to project

This is the difference between notes as storage and notes as thinking.

Where This Is Going

The personal knowledge base AI market hit $1.65B in 2025 and is growing fast. But the real shift isn't about market size. It's about what it means to think with AI rather than just query it.
The second brain concept has always been about extending memory. What Claude and Obsidian together offer is something more: a system that doesn't just remember what you thought, but helps you think better the next time.
Your notes stop being a graveyard. They start being a collaborator.

Have you already tried this kind of setup I use it daily at digitalsith.ch ? What's your vault structure? Drop it in the comments — always curious to see how other people organize their thinking.

Top comments (0)