Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Wandering Rag

    A CLI tool for personal RAG that retrieves data from Notion, Obsidian, Apple Notes, etc., stored in Qdrant and exposed as an MCP server.

    4 stars
    Python
    Updated Nov 1, 2025
    mcp
    obsidian
    rag

    Table of Contents

    • Installation
    • Usage
    • Markdown commands
    • Notion commands (WIP)
    • MCP commands
    • Configure for Claude Desktop

    Table of Contents

    • Installation
    • Usage
    • Markdown commands
    • Notion commands (WIP)
    • MCP commands
    • Configure for Claude Desktop

    Documentation

    Wandering RAG

    A CLI tool for personal RAG that retrieves data from Notion, Obsidian, Apple Notes, etc., stored in Qdrant and exposed as an MCP server.

    (So that Claude Desktop successfully answers my question "When did I adopt my cat and when did I change her cat litter most recently? ")

    Installation

    Using uv (recommended):

    bash
    uv pip install -e .

    Run a Qdrant server if you don't have one:

    bash
    cd qdrant-docker
    docker-compose up -d

    Copy .env.example as .env and specify the Markdown folders (or Obsidian vaults)

    Usage

    The CLI provides several subcommands:

    Markdown commands

    bash
    ./wandering-rag md index

    Notion commands (WIP)

    bash
    ./wandering-rag notion index

    MCP commands

    bash
    ./wandering-rag mcp run-server

    Configure for Claude Desktop

    code
    {
        "mcpServers": {
            "wandering-rag": {
                "command": "/wandering-rag/wandering-rag",
                "args": ["mcp", "run-server"],
                "env": {
                    "PATH": "/.local/bin:/usr/bin:$PATH"
                }
            }
        }
    }

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • FA

      Fal Mcp Server

      Python·
      8
    • DA

      Davinci Resolve Mcp

      Python·
      327
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • FA

      Fal Mcp Server

      Python·
      8
    • DA

      Davinci Resolve Mcp

      Python·
      327
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k