About
Your Obsidian vault, connected to AI. Open-source MCP server.
README
MindCache
Your Obsidian vault, connected to AI.
MindCache is an open-source MCP server that bridges your Obsidian vault with AI assistants. Search, capture, and connect your personal knowledge — instantly.
44 tools for finding, reading, writing, and organizing notes. Your AI can recall what you know, record what you learn, and connect ideas across your vault.
Quick Start
Prerequisites
- An Obsidian vault (a folder of markdown files)
- Node.js 18+
No plugins required. MindCache reads your vault directly from the filesystem.
Setup
# Interactive setup
npx @augmnt-sh/mindcache init
# Add to Claude Code (auto-updates on each session)
claude mcp add --scope user mindcache -- npx @augmnt-sh/mindcache@latest
That's it. Claude Code now has access to your vault.
Updating
If you used @latest in the MCP command (recommended), updates are automatic — npx fetches the newest version each time Claude Code starts a new session.
If you installed globally:
npm update -g @augmnt-sh/mindcache
Check your current version:
npx @augmnt-sh/mindcache --version
Manual Configuration
Create ~/.config/mindcache/config.yml:
vault: ~/Documents/Obsidian Vault
daily_notes:
folder: Daily
format: YYYY-MM-DD
templates:
folder: Templates/MindCache
inbox:
folder: MindCache/Inbox
require_review: false
Or use environment variables:
export MINDCACHE_VAULT=~/Documents/Obsidian\ Vault
Tools
Find (7)
| Tool | Description |
|---|---|
search |
Full-text search with Obsidian operators |
ask |
Natural language Q&A across your vault |
find_related |
Notes connected via backlinks, tags, or content |
find_by_tag |
Filter notes by tags |
find_by_date |
Notes from a date range |
find_recent |
Recently modified notes |
find_mentions |
Where a term is mentioned |
Read (7)
| Tool | Description |
|---|---|
read_note |
Full note content |
read_section |
Content under a specific heading |
read_summary |
Note with metadata (tags, links, word count) |
read_properties |
YAML frontmatter only |
read_today |
Today's daily note |
read_this_week |
Daily notes from current week |
extract_links |
All wikilinks and URLs from a note |
Remember (7)
| Tool | Description |
|---|---|
remember |
Quick capture to inbox |
remember_meeting |
Structured meeting notes |
remember_decision |
ADR-format decision log |
remember_idea |
Capture an idea |
remember_learning |
Save something learned |
remember_person |
Person/contact note |
remember_reference |
Bookmark with summary |
Journal (3)
| Tool | Description |
|---|---|
log |
Append to daily note |
log_task |
Add task to daily note |
reflect |
Reflection prompts |
Write (4)
| Tool | Description |
|---|---|
create_note |
Create note with optional template |
append_to_note |
Append to existing note |
update_section |
Replace section content |
delete_note |
Permanently delete a note |
Connect (4)
| Tool | Description |
|---|---|
add_link |
Insert wikilink between notes |
suggest_connections |
AI-powered link suggestions |
find_gaps |
Broken links (knowledge gaps) |
find_orphans |
Disconnected notes |
Organize (4)
| Tool | Description |
|---|---|
add_tag |
Add tags to a note |
update_properties |
Modify frontmatter |
rename_note |
Rename a note |
move_note |
Move to different folder |
Understand (3)
| Tool | Description |
|---|---|
vault_overview |
Stats, folders, tags |
list_tags |
All tags with counts |
get_vault_structure |
Folder tree |
Tasks (2)
| Tool | Description |
|---|---|
find_tasks |
Find checkbox tasks |
complete_task |
Mark task as done |
Vault (3)
| Tool | Description |
|---|---|
bulk_tag |
Add/remove tags across multiple notes |
daily_notes |
List all daily notes with stats |
export_note |
Export as clean markdown or JSON |
Resources
MindCache also exposes MCP resources for automatic context:
| Resource | Description |
|---|---|
vault://today |
Today's daily note |
vault://recent |
Recently modified notes |
vault://tags |
Tag cloud |
vault://context |
Project-relevant notes |
Templates
MindCache ships with 10 note templates: decision, meeting, learning, idea, person, project, book, article, weekly-review, session.
CLI
npx @augmnt-sh/mindcache # Start MCP server
npx @augmnt-sh/mindcache init # Interactive setup
npx @augmnt-sh/mindcache doctor # Diagnose issues
npx @augmnt-sh/mindcache config # Show configuration
npx @augmnt-sh/mindcache --help # Help
npx @augmnt-sh/mindcache --version # Version
MCP Client Configuration
Claude Code
claude mcp add --scope user mindcache -- npx @augmnt-sh/mindcache@latest
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"mindcache": {
"command": "npx",
"args": ["@augmnt-sh/mindcache@latest"]
}
}
}
Cursor
Add to MCP settings:
{
"mindcache": {
"command": "npx",
"args": ["@augmnt-sh/mindcache@latest"]
}
}
Privacy
MindCache runs entirely on your machine. Your notes never leave your computer. No cloud, no accounts, no telemetry.
Contributing
See CONTRIBUTING.md for guidelines.
License
MIT - see LICENSE for details.
Installing Mindcache
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/augmnt/mindcacheFAQ
Is Mindcache MCP free?
Yes, Mindcache MCP is free — one-click install via Unyly at no cost.
Does Mindcache need an API key?
No, Mindcache runs without API keys or environment variables.
Is Mindcache hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Mindcache in Claude Desktop, Claude Code or Cursor?
Open Mindcache on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Mindcache with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
