OBSIDIAN-BRAIN

bazx-bit/OBSIDIAN-BRAIN
★ 3 stars Rust AI/LLM Updated today
A lightning-fast, zero-dependency Rust MCP server linking AI Agents to local Obsidian vaults. Safely read, search, trace backlinks, resolve tags, and interact with visual Obsidian Canvas boards.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "obsidian-brain": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "OBSIDIAN-BRAIN"
      ]
    }
  }
}

README Excerpt

An ultra-fast, lightweight Model Context Protocol (MCP) server written in **Rust** that allows AI Agents (like Cursor, Claude Desktop, Claude Code, and Antigravity) to safely read, search, compile relationships, and interact with local Obsidian knowledge vaults over standard input/output (stdio) channels.

Tools (11)

append_to_daily_noteappend_to_notecreate_canvasget_backlinksget_graphlist_notesread_canvasread_notesearch_by_tagsearch_noteswrite_note