Obsidian second brain: the 2026 setup guide, plus the AI layer

S
By Shihab. Founder of Ainotely and an SEO consultant.
Updated June 2026. 14 min read. Prices and product facts researched from each vendor's official pricing and documentation pages, plus real user setups, at time of writing. Every price below links to its source.
An Obsidian second brain visualized as a glowing graph of linked notes feeding into a brain-shaped knowledge network
Short version: an Obsidian second brain is a vault of linked Markdown notes that stores what you read, think, and decide so you stop holding it all in your head. You build it in four moves: create a vault, add a light folder structure (PARA or Zettelkasten), install a few plugins (Daily Notes, Templater, Dataview), and link notes so the graph fills in. In 2026 the big shift is the AI layer: because the vault is just files, you can point Claude Code at it, add a CLAUDE.md and a memory note, and let it read and write your vault. That setup is powerful but desktop-only, terminal-heavy, and costs token usage. I built a hosted AI alternative (Ainotely), and I will tell you honestly who should pick which. Free copy-paste vault template and an FAQ are below.
In this guide What a second brain actually is Why Obsidian for a second brain Set up your vault (beginner path) Vault structure and YAML frontmatter PARA vs Zettelkasten vs MOCs The core plugins Backup and sync (Obsidian Git) The AI layer: Claude Code, CLAUDE.md, MCP DIY Obsidian + AI vs a hosted second brain Real total cost of ownership FAQ

Search "obsidian second brain" and you land in two different conversations. One is beginners asking what a second brain even is and how to start. The other, now the louder half, is power users wiring Claude Code and MCP into their vault so it can read and write itself. This guide covers both, in order, and ends where the SERP now lives: the AI layer. I build a note app for a living, including one that competes with the DIY Obsidian setup, so I will also give you the honest "who should not do this" breakdown nobody else seems willing to write.

What a second brain actually is

A second brain is an external, trusted system that stores what you learn and think so your actual brain can focus on thinking instead of remembering. The term comes from Tiago Forte's book Building a Second Brain and his CODE method: Capture, Organize, Distill, Express (buildingasecondbrain.com). In Obsidian, the second brain is your vault of linked notes.

The core idea is simple. You read, hear, and decide far more than you can hold in your head. A second brain captures that material in one place, organizes it so you can find it, distills it down to the useful parts, and lets you express new work from it. Forte's CODE method is the recipe; Obsidian is one of the better kitchens to cook it in.

People also borrow the older Zettelkasten idea, a "slip box" of small linked notes that the sociologist Niklas Luhmann used to write prolifically. Both share one belief: your notes get smarter when they are connected, not just stored. If you want the broader landscape of tools that do this, I keep a running list in my second brain app guide and a wider PKM tools roundup for 2026.

Why Obsidian for a second brain

Obsidian is a strong second brain because your notes are plain Markdown files on your own disk, it has fast bidirectional linking and a graph view, a deep plugin ecosystem, and it is free for personal use (Obsidian pricing). You own the files outright, so nothing is locked in a proprietary format.

Here is what makes Obsidian fit the job, in plain terms:

The flip side, and I will keep saying this: Obsidian gives you a workshop, not a finished system. There is no AI and no automatic organization out of the box. You build the structure and you maintain it. That is the deal.

Set up your vault (beginner path)

To set up a second brain in Obsidian: download Obsidian from obsidian.md, click "Create new vault," name it, and choose a folder. That vault is just a folder on your disk. Add a couple of starter folders, write your first note, and link it to another with double brackets. That is a working second brain on day one.

Do not over-engineer the start. The most common failure I see is people spending a weekend building the "perfect" vault and never writing a note. Here is the minimum viable path:

  1. Install Obsidian. Download it from obsidian.md. It is free for personal use, no sign-up.
  2. Create a vault. Pick "Create new vault," give it a name, choose where it lives on disk. Remember that path; you will point AI tools at it later.
  3. Make an Inbox. One folder called 00 Inbox. Everything new lands here first. You sort later, not at capture time.
  4. Write and link. Create a note, write a few lines, then link a related note with [[double brackets]]. Open the graph view to see the connection appear.
  5. Capture for a week before organizing. Let real notes accumulate. The structure you need becomes obvious from your actual material, not from a blog template (including this one).

Vault structure and YAML frontmatter

Once you have a week of notes, give them a home. A clean starting structure looks like this. Copy it as your free template and adjust:

My Vault/
├── 00 Inbox/          <- everything lands here first
├── 01 Projects/       <- active, with a deadline
├── 02 Areas/          <- ongoing responsibilities
├── 03 Resources/      <- reference, topics of interest
├── 04 Archive/        <- done or dormant
├── Notes/             <- evergreen / Zettelkasten notes
├── MOCs/              <- Maps of Content (index notes)
├── Daily/             <- daily notes
└── Templates/         <- note templates

That top block (Projects, Areas, Resources, Archive) is the PARA method, which I cover next. The frontmatter at the top of each note is where the AI layer later earns its keep. Frontmatter is a small block of YAML metadata between two lines of three dashes:

---
title: Pricing research for v2
created: 2026-06-30
tags: [pricing, product, research]
status: in-progress
related: "[[Competitor pricing MOC]]"
---

Keep frontmatter consistent. The tags, status, and created fields let the Dataview plugin build automatic lists ("show me every in-progress project note"), and they give an AI assistant clean structure to read later. Consistency here is the single highest-leverage habit in a serious vault.

PARA vs Zettelkasten vs MOCs

PARA organizes notes by how actionable they are: Projects, Areas, Resources, Archive (Tiago Forte). Zettelkasten organizes by linking small atomic ideas together. MOCs (Maps of Content) are index notes that link out to related notes. They are not rivals. Most strong vaults use PARA folders for project material, Zettelkasten-style linking for evergreen ideas, and MOCs as the connective hubs.

This is the question that paralyzes beginners, so here is the short version of each:

MethodOrganizes byBest forWatch out for
PARAActionability (Projects, Areas, Resources, Archive)People whose notes serve goals and deliverablesCan feel rigid for pure idea exploration
ZettelkastenLinks between atomic notesLong-term thinkers and writers building knowledge over yearsSlow to start; overhead per note
MOCsHand-curated index notes that link outNavigating a vault that has outgrown foldersNeeds upkeep; stale MOCs mislead you

My honest advice: start with PARA folders because they map to real life, write notes freely, and add a few MOCs once you have enough notes on a topic that folders stop helping. A "Writing MOC" that links to every writing note will serve you better than a six-level folder tree. Do not adopt full Zettelkasten discipline on day one unless writing is your literal job.

The core plugins

Obsidian ships minimal on purpose. These are the plugins that turn it into a second brain. Install the first three before anything else.

Resist plugin sprawl. Every plugin is something that can break on an update and something you have to maintain. Five well-chosen plugins beat thirty you half-remember installing.

Backup and sync (Obsidian Git)

You have three main ways to back up and sync an Obsidian vault. Obsidian Sync is the official end-to-end encrypted service at 4 US dollars per user per month billed annually, or 5 dollars monthly (Obsidian pricing). Obsidian Git, a free community plugin, commits your vault to a Git repository automatically. Or you can keep the vault in a cloud-synced folder, though that risks conflicts on mobile.

Pick based on what you actually need:

Whatever you choose, make sure at least one of them is a true backup. Sync alone is not backup: if a bad edit propagates everywhere, you want history to roll back to. Git or Obsidian Sync's version history both give you that.

The AI layer: Claude Code, CLAUDE.md, and MCP

Because an Obsidian vault is just a folder of Markdown files, you can point Claude Code at that folder from your terminal and have it read, search, summarize, and write notes directly. You add a CLAUDE.md file with standing instructions, keep a memory note for persistent context, and use MCP to connect external tools. Claude Code is included in Claude's Pro plan at 17 US dollars per month billed annually, or 20 dollars monthly (Claude pricing).

This is the part of the SERP that exploded in 2026, and it is genuinely useful. The setup, in plain terms:

  1. Open your vault folder in the terminal and run Claude Code there. It can now read every Markdown file in the vault.
  2. Add a CLAUDE.md at the vault root. This is a plain Markdown file Claude reads automatically as standing instructions: how your vault is structured, your frontmatter conventions, how you want new notes formatted, where the Inbox is. Think of it as a system prompt that lives in the vault.
  3. Keep a memory note. A file like memory.md or a session log that the assistant reads at the start and appends to at the end, so context carries across sessions. There is no hidden database; it is all readable Markdown you own.
  4. Use MCP for outside tools. The Model Context Protocol lets Claude Code reach beyond the vault to other systems you connect, so it can pull in or push out data (Claude Code docs).

The payoff is a vault that can answer "what did I decide about pricing across all my notes," draft a weekly review from your daily notes, or refactor messy capture into clean linked notes, all in plain files you still own. This is the "vault that thinks" idea the top results are chasing.

How the AI layer reads your vault Claude Coderuns in your terminal CLAUDE.md memory.md Your vaultnote-1.mdnote-2.mddaily/...mdMOCs/...md MCP connects outside tools in and out
The vault is just files, so the AI reads instructions and memory as Markdown and acts on your notes directly.

Now the honesty the other guides skip. This setup is desktop and terminal only. There is no mobile capture, the token usage counts against your plan and can be unpredictable if you let it churn over a large vault, and you are now maintaining plugins, a Git workflow, and an AI configuration. It is a real system that rewards real tinkerers. It is also a part-time hobby.

DIY Obsidian + AI vs a hosted second brain

Choose DIY Obsidian with Claude Code if you want total local ownership, you are comfortable in a terminal, and tinkering is part of the appeal. Choose a hosted AI second brain if you want notes organized automatically, mobile and voice capture, and zero setup or maintenance. The honest dividing line is whether the system is your hobby or just a tool you need to work.

One disclosure up front, because the audit of this page flagged it and it is the right thing to do: I built Ainotely, a hosted AI second brain, so I have a stake in this comparison. I have kept it honest and told you exactly where the DIY route wins. Here is the neutral version:

FactorObsidian + Claude Code (DIY)Hosted AI second brain
OwnershipTotal. Local plain-text files, yours foreverHosted; export matters (ask before you trust)
SetupHours to days; ongoing configMinutes
OrganizationYou build and maintain itAutomatic: titles, tags, links done for you
Mobile + voice captureCapture in app; AI layer is desktop-onlyBuilt in, capture anywhere
MaintenancePlugins, Git, AI config, you own all of itNone
Cost shapeFree app + variable AI usage + optional syncFlat or free, predictable
Best forTerminal-comfortable tinkerers, privacy maximalistsPeople who want the result, not the project

Who should not do the DIY Obsidian + AI route: anyone who captures most thoughts on their phone, anyone allergic to the terminal, anyone who wants notes organized without becoming the system's maintainer, and anyone who needs predictable monthly cost. That is not a knock on Obsidian. It is matching the tool to the person. If that "not" list sounds like you, my Ainotely vs Obsidian breakdown and the best second brain app comparison go deeper, and the voice notes guide covers the mobile-capture gap specifically.

On portability, the trust angle nobody covers: with Obsidian, if you stop paying for any AI tool, your vault is untouched plain Markdown. That is real freedom. With any hosted tool, the right question is "can I export everything as clean Markdown, and what happens if I leave?" Ask that of Ainotely too. A second brain you cannot get out of is a liability, regardless of who built it.

Real total cost of ownership

Competitors hand-wave "about 20 a month." Here are the actual numbers, sourced, plus the cost everyone forgets: your time.

ItemReal costSource
Obsidian app (personal)FreeObsidian pricing
Obsidian Sync$4/mo annually, $5/mo monthlyObsidian Sync
Obsidian Git (alt to Sync)Free (your time to set up)Community plugin
Obsidian commercial license$50/user/year (work use)Obsidian pricing
Claude Code (AI layer)From $17/mo (Pro, annual); Max from $100/moClaude pricing
Notion (for comparison)From $10/seat/moNotion pricing
Setup + weekly upkeep~4 to 8 hours initial; ~30 to 60 min/weekEstimate from real setups

The money is modest: a fully loaded Obsidian + Claude Code setup runs roughly 21 dollars a month (Sync plus Claude Pro), with usage on heavier AI work pushing it higher and less predictable. The real cost is the time row. A second brain that you stop maintaining decays into the same pile of unfindable notes you started with. Budget the weekly review, or the system quietly stops working. That maintenance reality, not the sticker price, is what decides whether DIY is right for you.

Want the result without becoming the maintainer?

Ainotely is a free AI second brain. You capture in text or voice, on any device, and it writes the title, sorts it, tags it, links it to related notes, and resurfaces it when you need it. No vault to build, no plugins to maintain, and you can export your notes as Markdown whenever you want.

Try Ainotely free

FAQ

Is Obsidian good for a second brain?

Yes. Obsidian is one of the best second brain tools because your notes are plain Markdown files stored locally, it has bidirectional links and a graph view, and a large plugin ecosystem extends it. It is free for personal use. The tradeoff is that you build and maintain the system yourself, and it has no built-in AI or automatic organization.

What is a second brain in Obsidian?

A second brain in Obsidian is an external system of linked Markdown notes that stores what you read, think, and decide so you do not have to hold it in your head. The concept comes from Tiago Forte's CODE method: Capture, Organize, Distill, Express. In Obsidian you implement it with a vault, a folder structure, links between notes, and plugins.

How do I set up a second brain in Obsidian step by step?

Download Obsidian and create a vault. Add a simple structure such as an Inbox plus PARA folders. Install Daily Notes, Templater, and Dataview. Capture everything into your Inbox first, then link notes and let the graph view show connections. Add Obsidian Git or Obsidian Sync for backup. Refine the structure only as real friction appears, not before.

PARA vs Zettelkasten, which should I use in Obsidian?

Use PARA if your notes serve projects, goals, and reference material; it organizes by actionability (Projects, Areas, Resources, Archive). Use Zettelkasten if you are building knowledge over years and want ideas to connect through linking atomic notes. Many people combine them: PARA folders for project material and a linked Zettelkasten for evergreen ideas.

What are Maps of Content (MOCs) in Obsidian?

A Map of Content, or MOC, is a single note that links out to related notes on a topic, acting as a hand-curated index. Instead of relying only on folders, you create a note like "Writing MOC" that links to every writing note. MOCs give you flexible, link-based navigation that scales better than deep folder nesting as a vault grows.

Is Obsidian free, and what does Obsidian Sync cost?

Obsidian is free for personal use with no account required. Obsidian Sync costs 4 US dollars per user per month billed annually, or 5 dollars billed monthly. Obsidian Publish is 8 dollars per site per month annually, and a commercial license is 50 dollars per user per year. You can also sync for free using Obsidian Git.

Can I connect Claude Code or AI to my Obsidian vault?

Yes. Because a vault is just a folder of Markdown files, you can point Claude Code at it from the terminal and have it read, search, summarize, and write notes. Add a CLAUDE.md with instructions and a memory file for persistent context, and use MCP to connect external tools. It is powerful but desktop and terminal based, and Claude Code runs on usage that counts against your plan.

What is a CLAUDE.md file and how does memory work?

A CLAUDE.md file is a plain Markdown file at the root of a folder that Claude Code reads automatically as standing instructions, such as how your vault is structured and how you want notes formatted. Memory works through files you maintain, like a memory or session-log note the AI reads and appends to, so context carries across sessions. There is no hidden database; it is all readable Markdown you control.

Obsidian vs Notion for a second brain, which is better?

Choose Obsidian if you want local plain-text files you fully own, fast linking, and offline access. Choose Notion if you want databases, shared workspaces, and an all-in-one tool with less setup. Obsidian is free for personal use; Notion's paid plans start at 10 US dollars per seat per month. See my Notion comparison for the full breakdown.

How do I back up or sync my Obsidian second brain?

Three common options: Obsidian Sync, the official end-to-end encrypted service at 4 dollars per month annually; Obsidian Git, a free community plugin that commits your vault to a Git repository automatically; or a cloud-synced folder, though that can cause conflicts on mobile. For a true backup rather than just sync, Git or Obsidian Sync's version history is safest.

Related reading: the best AI note taking app comparison, the PKM app guide, and the best AI note-taking software for 2026.

S
Shihab runs Ainotely and works as an SEO consultant (he founded Rankite). He built Ainotely as a hosted AI second brain after running his own note systems, and he researched the prices and product facts on this page from each vendor's official pricing and documentation pages, including the DIY Obsidian setup that competes directly with his own tool.

Sources and method: prices are US figures taken from each vendor's official pages at time of writing (June 2026) and linked inline above: Obsidian pricing, Obsidian Sync, Claude / Claude Code pricing, and Notion pricing. The second brain framework, CODE, and PARA definitions are from Tiago Forte's Building a Second Brain. Claude Code, CLAUDE.md, and MCP behavior is from the Claude Code documentation. The setup-time and weekly-upkeep figures are estimates from real-world vault setups, not a controlled benchmark. Prices and product features change often, so confirm current terms before you commit, especially if you handle sensitive notes.