obsidian-mcp-rag

lin597410-design/obsidian-mcp-rag
★ 0 stars Python Memory/Knowledge Updated 4d ago
A local RAG server based on the Model Context Protocol (MCP). It features smart Markdown chunking, metadata filtering, and ChromaDB integration for Obsidian vaults.
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-mcp-rag": {
      "command": "uvx",
      "args": [
        "obsidian-mcp-rag"
      ]
    }
  }
}

Or install with pip: pip install obsidian-mcp-rag