Persistent AI Memory via Obsidian MCP: 16 Tools for Claude Cowork

A developer built a persistent memory system for Claude Cowork (Claude Opus 4.6) by connecting it to an Obsidian vault via a custom Model Context Protocol (MCP) server. The system solves session memory loss without bloating the context window.
Key Details
- Core architecture: An Obsidian vault acts as a queryable knowledge store outside the context window. The AI loads only a context manifest at session start, then queries specific knowledge on demand.
- Custom MCP server: A lightweight Python script exposing 16 tools that map to Obsidian's local REST API endpoints, with headers set explicitly. The server runs locally, allowing Claude to read, write, and search the vault.
- Structured vault: Uses frontmatter metadata and Dataview queries for structured retrieval.
- Context budget: Session start allows 5 MCP calls to keep context under control.
- Comparison to CLAUDE.md: The author notes that
CLAUDE.mdfiles solve project state (current state, next steps) but cannot scale to hold research, retrospectives, troubleshooting, or session history without overloading context.
Who It's For
Developers using Claude Cowork who need persistent memory across sessions for projects with extensive history, research, or troubleshooting logs.
📖 Read the full source: r/ClaudeAI
👀 See Also

Building a $20/month sales assistant with OpenClaw
A developer built a sales system using OpenClaw that monitors email for leads, researches prospects, writes personalized outreach emails, and prepares meeting briefs, running on a Mac Mini with API costs of $20-35/month.

Claude Partner Program: Two-Person Consultancy Solves 10-Person Requirement with Certified Independents
A two-person AI consultancy used Claude to get into Anthropic's Partner Program, then used it to recruit a bench of certified independents to meet the 10-person requirement.

Using Claude's Free Version to Auto-Update Notion Research Databases
A developer built a system using Claude's free tier to automatically structure and save research into Notion databases. The workflow takes raw research notes and formats them into structured database entries with consistent fields, categories, and summaries.

Using Claude Code/Codex with OpenClaw for structured Steam Deck game optimization
A Reddit user shares a workflow using Claude Code/Codex as optimization copilots and OpenClaw as an orchestration layer to transform Steam Deck game tuning from random tweaking into a repeatable, structured process.