2025hot

Obsidian Semantic MCP

Turns an Obsidian vault into a queryable brain for Claude. Semantic search across every note using local embeddings, no cloud services required.

Obsidian Semantic MCP solves the reset problem: AI assistants forget everything between sessions. Your notes, decisions, and accumulated context sit in Obsidian but never make it into the conversation automatically. This tool closes that gap.

It indexes every note locally, watches the vault for changes and re-indexes automatically, and exposes the full library to Claude so vault content appears in the conversation without manual copy-paste.

Everything runs locally. No API keys, no cloud round-trip, no data leaving the machine.

What it does

  • Semantic search across the full vault, finds notes by meaning not just keywords
  • Full CRUD via MCP tools: read, write, search, list. Works even when Obsidian is closed.
  • Auto-reindex on vault changes via a file watcher
  • PostgreSQL + pgvector backend: persistent, queryable, fast
  • One-command setup wizard (osm init) with dry-run mode

Status

Hot. Running as the long-term memory layer for Claude Desktop sessions.