loading…
Search for a command to run...
loading…
MCP server that connects any AI to your Obsidian vault. Save articles from your phone, search across notes, build a compounding knowledge base. 15 tools, three
MCP server that connects any AI to your Obsidian vault. Save articles from your phone, search across notes, build a compounding knowledge base. 15 tools, three transport modes (stdio, HTTP, cloud), zero-install Google Drive OAuth onboarding.
The nervous system between your AI and your notes.
MCP server that connects any AI to your Obsidian vault. Works with Claude, ChatGPT, Cursor, Windsurf, and any MCP-compatible client. Save articles from your phone, ask questions across your notes, build a compounding knowledge base.
~/Library/Application Support/Claude/claude_desktop_config.json | Windows %APPDATA%\Claude\claude_desktop_config.jsonmcpServers object:{
"mcpServers": {
"synapse": {
"command": "npx",
"args": ["-y", "synapse-obsidian", "/path/to/your/obsidian-vault"]
}
}
}
Add to .claude/.mcp.json in your home directory:
{
"mcpServers": {
"synapse": {
"command": "npx",
"args": ["-y", "synapse-obsidian", "/path/to/your/vault"]
}
}
}
Run Synapse locally and expose it with a free tunnel:
# Terminal 1: Start Synapse
npx synapse-obsidian /path/to/vault --http --port 3777
# Terminal 2: Expose it (free, no account needed)
npx cloudflared tunnel --url http://localhost:3777
Copy the tunnel URL. Add https://your-tunnel-url.trycloudflare.com/mcp as a custom MCP integration in your AI client.
Once connected, say:
"Help me get started with Synapse"
Synapse scans your vault and gives you three options:
sources/ for raw content, notes/ for compiled knowledge, outputs/ for query results. Best for a focused research topic.It also asks what you'll use the vault for (research, business, academic, life OS) so it can tailor the experience.
"Save this article: https://example.com/interesting-post"
Fetches the page, converts to markdown, saves to your vault. Works from your phone.
"What do my notes say about pricing strategy?"
Searches your vault, reads relevant files, synthesizes a cited answer.
"Process all new articles in my vault"
Turns raw sources into summaries, concept pages, entity pages — all cross-linked with wikilinks. Every answer feeds back into the knowledge base.
"Run a health check on my vault"
Finds broken links, orphan pages, missing frontmatter, stale content. Fixes what it can.
| Tool | What it does |
|---|---|
taproot_plant |
Onboarding — scans vault, presents options, configures Synapse |
taproot_till |
Saves your vault preferences |
taproot_seed |
Save content from a URL or pasted text |
taproot_status |
Full vault overview with suggested actions |
taproot_water |
Process a source into organized pages |
taproot_cultivate |
Find and process all unprocessed sources |
taproot_harvest |
Research a question across your knowledge base |
taproot_prune |
Health-check for broken links, orphans, gaps |
taproot_sow |
Scaffold a new knowledge base from scratch |
garden_read |
Read any file |
garden_plant |
Create or update any file |
garden_survey |
List files in vault or subdirectory |
garden_forage |
Full-text search |
garden_measure |
File counts and structure |
garden_tag |
Read YAML metadata from a file |
Synapse is an MCP server — an open protocol for connecting AI to tools and data. It gives your AI read/write access to your vault (and nothing else — sandboxed to the vault directory).
--http) — For browser-based AI (Claude.ai, ChatGPT, etc.) via tunnel--cloud) — Hosted mode with Google Drive OAuth (coming soon)Your vault is just a folder of markdown files. Synapse doesn't need Obsidian to be running — it works with any folder.
node -v)MIT — Taproot
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"synapse": {
"command": "npx",
"args": []
}
}
}Read and write pages in your workspace
Issues, cycles, triage — from Claude
Search and read your Drive files
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).