Obsidian MCP server: semantic search, knowledge graph, and vault editing. No plugin required.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A standalone Node MCP server that gives Claude (and any other MCP client) semantic search + knowledge graph + vault editing over an Obsidian vault. Runs as one local stdio process β no plugin, no HTTP bridge, no API key, nothing hosted. Your vault content never leaves your machine.
π Full docs β sweir1.github.io/obsidian-brain Companion plugin β
sweir1/obsidian-brain-plugin(optional β unlocksactive_note,dataview_query,base_query)
Contents β Why Β· Quick start Β· What you get Β· How it works Β· Companion plugin Β· Troubleshooting Β· Recent releases
.md files directly from disk. Obsidian can be closed; your vault is just a folder.qwen3-embedding:0.6b, nomic-embed-text, bge-m3, etc. with one env var.npx install β no clone, no build, no API key, no hosted endpoint. Vault content never leaves your machine.Installs Homebrew + Node 20+ if you don't already have them, adds the /usr/local/bin symlinks that Claude Desktop needs, merges obsidian-brain into your claude_desktop_config.json, opens the Full Disk Access pane for you to toggle Claude on, and relaunches Claude. You'll be asked for your macOS password once (for Homebrew + the symlinks) and your vault path once. Everything else is automatic. Audit what it does: scripts/install.sh.
Requires Node 20+ and an Obsidian vault (or any folder of .md files β Obsidian itself is optional).
Wire obsidian-brain into your MCP client. Example for Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
Quit Claude Desktop (βQ on macOS) and relaunch. That's it.
[!NOTE] On first boot the server auto-indexes your vault and downloads a ~34 MB embedding model. Tools may take 30β60 s to appear in the client. Subsequent boots are instant.
[!TIP] Not a developer? The macOS walkthrough covers Homebrew, Node, the GUI-app PATH fix, and Full Disk Access step-by-step.
For every other MCP client (Claude Code, Cursor, VS Code, Jan, Windsurf, Cline, Zed, LM Studio, JetBrains AI, Opencode, Codex CLI, Gemini CLI, Warp): see Install in your MCP client.
β Full env-var reference: Configuration β Model / preset / Ollama details: Embedding model β Migrating from aaronsb's plugin: Migration guide
18 MCP tools grouped by intent:
search, list_notes, read_notefind_connections, find_path_between, detect_themes, rank_notescreate_note, edit_note, apply_edit_preview, link_notes, move_note, delete_noteactive_note, dataview_query, base_queryreindex, index_statusβ Arguments, examples, and response shapes: Tool reference
Retrieval and writes both go through a SQLite index: reads are microsecond-cheap, writes land on disk immediately and incrementally re-index the affected file. Embeddings are chunk-level (heading-aware recursive chunker preserving code + LaTeX blocks), and search's default hybrid mode fuses chunk-level semantic rank with FTS5 BM25 via Reciprocal Rank Fusion.
β Deeper write-up β why stdio, why SQLite, why local embeddings: Architecture β Live watcher behaviour + debounces: Live updates β Scheduled reindex (macOS launchd / Linux systemd): Scheduled indexing (macOS) Β· (Linux)
An optional Obsidian plugin at sweir1/obsidian-brain-plugin exposes live Obsidian runtime state β active editor, Dataview results, Bases rows β over a localhost HTTP endpoint. When installed and Obsidian is running, active_note, dataview_query, and base_query light up. Install via BRAT with repo ID sweir1/obsidian-brain-plugin.
Ship plugin and server at the same major.minor β server v1.7.x pairs with plugin v1.7.x. Patch-version drift is fine.
β Security model, capability handshake, Dataview / Bases feature coverage: Companion plugin
Four most common:
~/Library/Logs/Claude/mcp-server-obsidian-brain.log. Fix: npm install -g obsidian-brain@latest, quit Claude (βQ), relaunch.ERR_DLOPEN_FAILED / NODE_MODULE_VERSION mismatch β better-sqlite3 built against a different Node ABI. Fix: PATH=/opt/homebrew/bin:$PATH npm rebuild -g better-sqlite3.Vault path not configured β VAULT_PATH is unset. Set it in the env block of your client config or shell.npx (your client still shows the previous release after a publish) β stale npx cache. Fix: rm -rf ~/.npm/_npx, then restart your client. Keeping @latest in your config prevents this.β Full troubleshooting guide (watcher not firing, stale index, running multiple clients, timeouts, embedding-dim mismatch, log locations): docs/troubleshooting.md
ollama pull + docs/test polishβ Full changelog: docs/CHANGELOG.md Β· Forward plan: docs/roadmap.md Β· Build from source: docs/development.md
Thanks to obra/knowledge-graph and aaronsb/obsidian-mcp-plugin for the ideas and code this project draws on. Also Xenova/transformers.js (local embeddings), graphology (graph analytics), and sqlite-vec (vector search in SQLite).
apple-notes-brain β sibling
MCP server for Apple Notes on macOS: read, write, and search with full
Markdown round-trip in both directions.Apache License 2.0 β Copyright 2026 sweir1.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/obsidian-brain)<a href="https://allmcps.com/mcp/obsidian-brain"><img src="https://allmcps.com/api/badge/obsidian-brain?style=directory" alt="Obsidian Brain on AllMCPs" /></a>