An open API service indexing awesome lists of open source software.

https://github.com/jarmentor/obsidian-notebook-mcp

MCP server to let claude connect to my obsidian notes for vector and full text search
https://github.com/jarmentor/obsidian-notebook-mcp

claude-desktop mcp mcp-server obsidian qdrant

Last synced: 2 months ago
JSON representation

MCP server to let claude connect to my obsidian notes for vector and full text search

Awesome Lists containing this project

README

          

A dockerized thing.

a connection to host folder "/Volumes/Development/Notebook/" (this is my obsidian notebook folder).
A qdrant instance with persistent data storage
Application/thing should watch for changes in that notebook and creates/updates vectors in qdrant
MCP server for an LLM to search the qdrant semantically
Might be good to have some level of caching or something idk