bobrain

0916shokichi-blip/bobrain
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
Bobrain — a local-first multi-source RAG MCP server. Search your Obsidian vault and your repo's Markdown docs in one query, from Claude / Cursor / Claude Desktop. Hybrid BM25 + dense (multilingual-e5-large), Japanese-aware out of the box.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bobrain": {
      "command": "uvx",
      "args": [
        "bobrain"
      ]
    }
  }
}

Or install with pip: pip install bobrain

Topics

claudecursorembeddingsjapaneselocal-firstmcpobsidianrag