obsidian-rag-mcp-http

LIPiston/obsidian-rag-mcp-http
★ 0 stars Python Security Updated today
Obsidian RAG MCP server with remote HTTP transport, token authentication, and read-only S3/R2 vault mirror
View on GitHub → 🔍 Audit Wallet Slippage →

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-rag-mcp-htt": {
      "command": "uvx",
      "args": [
        "obsidian-rag-mcp-http"
      ]
    }
  }
}

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