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)
This commit is contained in:
Guillermo Villar
2026-06-24 12:14:45 +02:00
committed by GitHub
parent 033a70abd9
commit faa9f7f39d
+1
View File
@@ -1970,6 +1970,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to
- [fabio-rovai/open-ontologies](https://github.com/fabio-rovai/open-ontologies) [![open-ontologies MCP server](https://glama.ai/mcp/servers/fabio-rovai/open-ontologies/badges/score.svg)](https://glama.ai/mcp/servers/fabio-rovai/open-ontologies) 🦀 🏠 - AI-native ontology engineering with 39 tools and 5 prompts for OWL/RDF/SPARQL. Validate, query, diff, lint, version, and govern knowledge graphs via Oxigraph triple store.
- [grooverLab/fable](https://github.com/grooverLab/fable) [![grooverLab/fable MCP server](https://glama.ai/mcp/servers/grooverLab/fable/badges/score.svg)](https://glama.ai/mcp/servers/grooverLab/fable) 🐍 🏠 🍎 🐧 - MCP server over your Claude Code transcript history — full-text + semantic search, byte-identical thread recall, durable /remember facts. Local SQLite, stdlib-only.
- [fenghaochang/LoreRoom](https://github.com/fenghaochang/LoreRoom) [![fenghaochang/LoreRoom MCP server](https://glama.ai/mcp/servers/fenghaochang/LoreRoom/badges/score.svg)](https://glama.ai/mcp/servers/fenghaochang/LoreRoom) 📇 🏠 🍎 - Encrypted, local memory for your Claude Code Telegram bot. Captures both sides of the conversation at the plugin source (survives restarts and crashes) and recalls it via MCP tools — whole-file SQLCipher encryption, FTS5 full-text search (CJK-friendly), never touches your bot token.
- [gamosoft/NoteDiscovery](https://github.com/gamosoft/NoteDiscovery) 🐍 🏠 🍎 🪟 🐧 - Self-hosted plain-markdown knowledge base with a built-in MCP server. Lets Claude Desktop, Cursor, and any MCP client search, read, create, edit, tag, and template notes — same vault that powers the web UI. Pure-stdlib client, no extra deps, MIT-licensed. Can run in Docker.
- [geondongkim/geond-agent-protocol](https://github.com/geondongkim/geond-agent-protocol) [![geondongkim/geond-agent-protocol MCP server](https://glama.ai/mcp/servers/geondongkim/geond-agent-protocol/badges/score.svg)](https://glama.ai/mcp/servers/geondongkim/geond-agent-protocol) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Local-first shared memory and coordination layer for AI coding agents: repository evidence, reservations, handoffs, code graph context, and dashboard review backed by PostgreSQL/pgvector.
- [gingugu/gingugu](https://github.com/gingugu/gingugu) [![gingugu/gingugu MCP server](https://glama.ai/mcp/servers/gingugu/gingugu/badges/score.svg)](https://glama.ai/mcp/servers/gingugu/gingugu) 🐍 🏠 🍎 🪟 🐧 - Persistent memory for AI coding assistants. Local SQLite, no cloud. 16 MCP tools: store, recall, search, relate, consolidate, export, and credential vault (OS keychain). Typed memories with confidence lifecycle (verified/inferred/stale/deprecated), namespaces, knowledge graph, and hybrid BM25 + semantic search via fastembed ONNX. Works with Cursor, Windsurf, Claude, and any MCP client. `pip install gingugu`
- [GistPad-MCP](https://github.com/lostintangent/gistpad-mcp) 📇 🏠 - Use GitHub Gists to manage and access your personal knowledge, daily notes, and reusable prompts. This acts as a companion to https://gistpad.dev and the [GistPad VS Code extension](https://aka.ms/gistpad).