No description
Find a file
Andy Lin 1bb21c8326 v0.1.3: rename plugin to remove Obsidian trademark substring
Renamed manifest name from "Obvec - AI Search for Your Second Brain"
to "AI Search for Your Second Brain" to avoid the Obsidian trademark
check flagging the "Ob" prefix.
2026-05-18 11:05:46 +08:00
.eslintrc.json Fix: API -> Api for sentence case rule 2026-03-29 20:44:12 +08:00
.gitignore Initial release v0.1.0 — Obvec AI RAG Sync plugin for Obsidian 2026-03-28 21:55:23 +08:00
esbuild.config.mjs v0.1.2: fix Obsidian review warnings 2026-05-18 10:09:56 +08:00
eslint.config.mjs Fix all sentence case issues (verified with obsidian eslint plugin locally) 2026-03-30 13:32:44 +08:00
LICENSE Initial release v0.1.0 — Obvec AI RAG Sync plugin for Obsidian 2026-03-28 21:55:23 +08:00
main.js v0.1.2: fix Obsidian review warnings 2026-05-18 10:09:56 +08:00
main.ts v0.1.2: fix Obsidian review warnings 2026-05-18 10:09:56 +08:00
manifest.json v0.1.3: rename plugin to remove Obsidian trademark substring 2026-05-18 11:05:46 +08:00
package-lock.json Fix: API -> Api for sentence case rule 2026-03-29 20:44:12 +08:00
package.json v0.1.3: rename plugin to remove Obsidian trademark substring 2026-05-18 11:05:46 +08:00
README.md Rebrand: AI Search for Your Second Brain 2026-03-28 22:21:30 +08:00
styles.css Fix all linting issues from obsidian-releases bot review 2026-03-29 07:50:23 +08:00
tsconfig.json Initial release v0.1.0 — Obvec AI RAG Sync plugin for Obsidian 2026-03-28 21:55:23 +08:00
versions.json v0.1.3: rename plugin to remove Obsidian trademark substring 2026-05-18 11:05:46 +08:00

Obvec - AI Search for Your Second Brain

Let Claude, ChatGPT, and Cursor search your Obsidian vault using natural language. Ask questions about your notes, discover connections, and find anything — powered by semantic search via MCP.

Why Obvec?

Your Obsidian vault is your second brain. But AI assistants can't access it. Obvec bridges that gap — install the plugin, and your notes become instantly searchable by any MCP-compatible AI.

Ask things like:

  • "What did I write about marketing strategy?"
  • "Find my meeting notes from last week"
  • "What are my notes related to machine learning?"

It understands meaning, not just keywords. Works in 100+ languages including English, Chinese, Japanese, Korean.

How It Works

  1. Sign up at obsidian.10xboost.org and get your API key
  2. Install this plugin and paste your API key
  3. Your vault syncs automatically in the background
  4. Add the MCP endpoint to your AI assistant — done!

Connect to AI

Claude.ai

Settings > Connectors > Add MCP Connector > https://rag.10xboost.org/mcp

Claude Code

claude mcp add -s user -t http obvec https://rag.10xboost.org/mcp

ChatGPT

Settings > Connectors > https://rag.10xboost.org/chatgpt/mcp

Cursor / Windsurf

Add MCP endpoint: https://rag.10xboost.org/mcp

Features

  • Semantic Search: Find notes by meaning, not just keywords
  • Multilingual: 100+ languages (bge-m3 embeddings)
  • Incremental Sync: Only uploads changed files (SHA-256 hash)
  • Privacy: Each user's data is fully isolated
  • Lightweight: ~11KB, minimal resource usage

Settings

Setting Description Default
API Key Your Obvec API key -
Auto Sync Sync on file changes On
Sync Interval Full sync interval 15 min
Exclude Patterns Regex patterns to skip files -

Pricing

Free Pro
Storage 10MB 1GB
MCP queries 100/day Unlimited
Price $0 $8/mo (yearly) or $12/mo

Support