Commit Graph
2 Commits
Author SHA1 Message Date
Guillermo Villar 7d9be91e70 Update README.md
Included badge
2026-06-24 14:41:50 +02:00
Guillermo Villar faa9f7f39d Add NoteDiscovery, self-hosted markdown knowledge base with MCP
Adds NoteDiscovery to **Knowledge & Memory**.

NoteDiscovery is a self-hosted plain-markdown notes app (MIT, no telemetry)
with a built-in stdio MCP server. The server exposes tools so AI clients
(Claude Desktop, Cursor, etc.) can search, read, create, edit, tag, and
instantiate templates against the same vault the web UI uses.

- Repo: https://github.com/gamosoft/NoteDiscovery
- Docs: https://github.com/gamosoft/NoteDiscovery/blob/main/documentation/MCP.md
- Live demo: https://gamosoft-notediscovery-demo.hf.space
- Image: `ghcr.io/gamosoft/notediscovery:latest`
- Language: Python (stdio transport)
2026-06-24 12:14:45 +02:00