From faa9f7f39dd2986f3dfefeef3b51f73d046106a7 Mon Sep 17 00:00:00 2001 From: Guillermo Villar Date: Wed, 24 Jun 2026 12:14:45 +0200 Subject: [PATCH 1/2] 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) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fd373a24..7b5d4b301 100644 --- a/README.md +++ b/README.md @@ -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). From 7d9be91e70b13575e9003aa9140c05bedfc653aa Mon Sep 17 00:00:00 2001 From: Guillermo Villar Date: Wed, 24 Jun 2026 14:41:50 +0200 Subject: [PATCH 2/2] Update README.md Included badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b5d4b301..59f7193f4 100644 --- a/README.md +++ b/README.md @@ -1970,7 +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. +- [gamosoft/NoteDiscovery](https://github.com/gamosoft/NoteDiscovery) [![gamosoft/NoteDiscovery](https://glama.ai/mcp/servers/gamosoft/NoteDiscovery/badges/score.svg)](https://glama.ai/mcp/servers/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).