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
- Host: GitHub
- URL: https://github.com/jarmentor/obsidian-notebook-mcp
- Owner: jarmentor
- Created: 2025-07-24T12:47:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-26T09:25:27.000Z (2 months ago)
- Last Synced: 2025-07-26T15:31:19.459Z (2 months ago)
- Topics: claude-desktop, mcp, mcp-server, obsidian, qdrant
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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