Bear Notes MCP Server with RAGServer

ruanodendaal
GitHub
semantic searchRAGknowledge base

Loading subscription status...

💡 Description

This small tool allows you to enhance your Bear Notes experience using semantic search and RAG (Retrieval-Augmented Generation), connecting your personal knowledge base to an AI system.

📝 JSON Entries

{
  "mcpServers": [
    {
      "bear-notes": {
        "env": {
          "BEAR_DATABASE_PATH": "/Users/yourusername/Library/Group Containers/9K33E3U3T4.net.shinyfrog.net.bear/Application Data/database.sqlite"
        },
        "args": [
          "/absolute/path/to/bear-mcp-server/src/bear-mcp-server.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

search_notesget_noteget_tagsretrieve_for_rag

Features

  • Semantic search based on meaning, not just keywords
  • RAG support for retrieving context from notes
  • All local processing, no API keys or internet dependency

💬 Example Queries

  • Search for notes related to productivity systems
  • Get a specific note by ID
  • List all tags used in Bear Notes
  • Retrieve contextually relevant notes for RAG