From 55211c1962020baa1d55f647a2daae2e68a5cef8 Mon Sep 17 00:00:00 2001 From: liftkkkk Date: Sat, 20 Jun 2026 19:46:44 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7db3e7af..45efea741 100644 --- a/README.md +++ b/README.md @@ -1990,6 +1990,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [KVANTRA-dev/NOUZ-MCP](https://github.com/KVANTRA-dev/NOUZ-MCP) [![NOUZ-MCP MCP server](https://glama.ai/mcp/servers/KVANTRA-dev/NOUZ-MCP/badges/score.svg)](https://glama.ai/mcp/servers/KVANTRA-dev/NOUZ-MCP) 🐍 🏠 🍎 🪟 🐧 - Semantic knowledge graph for Obsidian. Three modes (pure graph / semantic classification / strict hierarchy), local embeddings, sign classification via cosine similarity to user-defined cores, bottom-up core_mix aggregation, semantic bridge discovery, and drift detection. `pip install nouz-mcp` - [leesgit/claude-session-continuity-mcp](https://github.com/leesgit/claude-session-continuity-mcp) [![claude-session-continuity-mcp MCP server](https://glama.ai/mcp/servers/leesgit/claude-session-continuity-mcp/badges/score.svg)](https://glama.ai/mcp/servers/leesgit/claude-session-continuity-mcp) 📇 🏠 🍎 🪟 🐧 - Zero-config session continuity for Claude Code. Auto-captures context via Claude Hooks, provides 25 tools for memory, tasks, solutions, and knowledge graph. Multilingual semantic search (94+ languages) with cross-language retrieval. - [lfrmonteiro99/memento-mcp](https://github.com/lfrmonteiro99/memento-mcp) [![lfrmonteiro99/memento-mcp MCP server](https://glama.ai/mcp/servers/lfrmonteiro99/memento-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lfrmonteiro99/memento-mcp) 📇 🏠 🍎 🪟 🐧 - Local-first persistent memory for AI coding agents. Captures facts, decisions, patterns, and architecture notes in SQLite (with optional cloud embeddings) to reduce repeated context across sessions. +- [liftkkkk/owl-mcp](https://github.com/liftkkkk/owl-mcp) 🐍 🏠 - MCP server for OWL/TTL/RDF ontologies. Supports SPARQL queries, HermiT/Pellet reasoning, and CRUD operations on knowledge graphs. Works with Claude Desktop, Cursor, and Windsurf. - [linxule/lotus-wisdom-mcp](https://github.com/linxule/lotus-wisdom-mcp) 📇 🏠 ☁️ - Contemplative problem-solving using the Lotus Sutra's wisdom framework. Multi-perspective reasoning with skillful means, non-dual recognition, and meditation pauses. Available as local stdio or remote Cloudflare Worker. - [lithtrix/lithtrix-mcp](https://github.com/lithtrix/lithtrix-mcp) [![lithtrix/lithtrix-mcp MCP server](https://glama.ai/mcp/servers/lithtrix/lithtrix-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lithtrix/lithtrix-mcp) 📇 ☁️ 🍎 🪟 🐧 - Memory Consolidation for AI agents across vendors, owners, and time. Persistent memory, credibility-scored web search, browser fetch, and shared Commons pool under a stable `ltx_` key. Self-registration in one API call, no dashboard required. `npx lithtrix-mcp` - [louis030195/easy-obsidian-mcp](https://github.com/louis030195/easy-obsidian-mcp) 📇 🏠 🍎 🪟 🐧 - Interact with Obsidian vaults for knowledge management. Create, read, update, and search notes. Works with local Obsidian vaults using filesystem access. From 413ee740eb340e6b52cb0ed11380a4e448147ac6 Mon Sep 17 00:00:00 2001 From: liftkkkk Date: Wed, 24 Jun 2026 09:11:32 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45efea741..8b12c0d37 100644 --- a/README.md +++ b/README.md @@ -1990,7 +1990,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [KVANTRA-dev/NOUZ-MCP](https://github.com/KVANTRA-dev/NOUZ-MCP) [![NOUZ-MCP MCP server](https://glama.ai/mcp/servers/KVANTRA-dev/NOUZ-MCP/badges/score.svg)](https://glama.ai/mcp/servers/KVANTRA-dev/NOUZ-MCP) 🐍 🏠 🍎 🪟 🐧 - Semantic knowledge graph for Obsidian. Three modes (pure graph / semantic classification / strict hierarchy), local embeddings, sign classification via cosine similarity to user-defined cores, bottom-up core_mix aggregation, semantic bridge discovery, and drift detection. `pip install nouz-mcp` - [leesgit/claude-session-continuity-mcp](https://github.com/leesgit/claude-session-continuity-mcp) [![claude-session-continuity-mcp MCP server](https://glama.ai/mcp/servers/leesgit/claude-session-continuity-mcp/badges/score.svg)](https://glama.ai/mcp/servers/leesgit/claude-session-continuity-mcp) 📇 🏠 🍎 🪟 🐧 - Zero-config session continuity for Claude Code. Auto-captures context via Claude Hooks, provides 25 tools for memory, tasks, solutions, and knowledge graph. Multilingual semantic search (94+ languages) with cross-language retrieval. - [lfrmonteiro99/memento-mcp](https://github.com/lfrmonteiro99/memento-mcp) [![lfrmonteiro99/memento-mcp MCP server](https://glama.ai/mcp/servers/lfrmonteiro99/memento-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lfrmonteiro99/memento-mcp) 📇 🏠 🍎 🪟 🐧 - Local-first persistent memory for AI coding agents. Captures facts, decisions, patterns, and architecture notes in SQLite (with optional cloud embeddings) to reduce repeated context across sessions. -- [liftkkkk/owl-mcp](https://github.com/liftkkkk/owl-mcp) 🐍 🏠 - MCP server for OWL/TTL/RDF ontologies. Supports SPARQL queries, HermiT/Pellet reasoning, and CRUD operations on knowledge graphs. Works with Claude Desktop, Cursor, and Windsurf. +- [liftkkkk/owl-mcp](https://github.com/liftkkkk/owl-mcp) [![liftkkkk/owl-mcp MCP server](https://glama.ai/mcp/servers/liftkkkk/owl-mcp/badges/score.svg)](https://glama.ai/mcp/servers/liftkkkk/owl-mcp) 🐍 🏠 - MCP server for OWL/TTL/RDF ontologies. Supports SPARQL queries, HermiT/Pellet reasoning, and CRUD operations on knowledge graphs. Works with Claude Desktop, Cursor, and Windsurf. - [linxule/lotus-wisdom-mcp](https://github.com/linxule/lotus-wisdom-mcp) 📇 🏠 ☁️ - Contemplative problem-solving using the Lotus Sutra's wisdom framework. Multi-perspective reasoning with skillful means, non-dual recognition, and meditation pauses. Available as local stdio or remote Cloudflare Worker. - [lithtrix/lithtrix-mcp](https://github.com/lithtrix/lithtrix-mcp) [![lithtrix/lithtrix-mcp MCP server](https://glama.ai/mcp/servers/lithtrix/lithtrix-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lithtrix/lithtrix-mcp) 📇 ☁️ 🍎 🪟 🐧 - Memory Consolidation for AI agents across vendors, owners, and time. Persistent memory, credibility-scored web search, browser fetch, and shared Commons pool under a stable `ltx_` key. Self-registration in one API call, no dashboard required. `npx lithtrix-mcp` - [louis030195/easy-obsidian-mcp](https://github.com/louis030195/easy-obsidian-mcp) 📇 🏠 🍎 🪟 🐧 - Interact with Obsidian vaults for knowledge management. Create, read, update, and search notes. Works with local Obsidian vaults using filesystem access. From ea9e85ec6749f8c7019c06f1eb22b984b8129cc9 Mon Sep 17 00:00:00 2001 From: liftkkkk Date: Sat, 11 Jul 2026 14:10:51 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71941cb48..3279fdd65 100644 --- a/README.md +++ b/README.md @@ -2102,6 +2102,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [l33tdawg/sage](https://github.com/l33tdawg/sage) [![s-age MCP server](https://glama.ai/mcp/servers/l33tdawg/s-age/badges/score.svg)](https://glama.ai/mcp/servers/l33tdawg/s-age) 🏎️ 🏠 🍎 🪟 🐧 - Institutional memory for AI agents with real BFT consensus. 4 application validators vote on every memory before it's committed — no more storing garbage. 13 MCP tools, runs locally, works with any MCP-compatible model. Backed by 4 published research papers. - [laradji/deadzone](https://github.com/laradji/deadzone) [![laradji/deadzone MCP server](https://glama.ai/mcp/servers/laradji/deadzone/badges/score.svg)](https://glama.ai/mcp/servers/laradji/deadzone) 🏎️ 🏠 🍎 🐧 - Local-first semantic search over library docs. Single Go binary, MCP stdio, vector index pinned to the binary version. Like Context7 with the internet off. Pre-built index DB auto-fetched on first launch and SHA256-verified, then zero network. Also available as `docker run --rm -i ghcr.io/laradji/deadzone server`. Listed in the official MCP Registry as `io.github.laradji/deadzone`. - [leonardsellem/hypermnesic](https://github.com/leonardsellem/hypermnesic) [![leonardsellem/hypermnesic MCP server](https://glama.ai/mcp/servers/leonardsellem/hypermnesic/badges/score.svg)](https://glama.ai/mcp/servers/leonardsellem/hypermnesic) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Git-first memory for AI agents: Markdown files are truth, the index is disposable, and writes are reviewable commits. Ships 7 MCP tools (hybrid search, read_note, build_context, resolve, think, list_folders, and a scope-gated commit_note write) over a Streamable HTTP endpoint, plus a CLI and a read-only Obsidian companion. +- [liftkkkk/owl-mcp](https://github.com/liftkkkk/owl-mcp) [![owl-mcp MCP server](https://glama.ai/mcp/servers/liftkkkk/owl-mcp/badges/score.svg)](https://glama.ai/mcp/servers/liftkkkk/owl-mcp) 🐍 🏠 - MCP server for OWL/TTL/RDF ontologies. Supports SPARQL queries, HermiT/Pellet reasoning, and CRUD operations on knowledge graphs. Works with Claude Desktop, Cursor, and Windsurf. - [Smart-AI-Memory/empathy-framework](https://github.com/Smart-AI-Memory/empathy-framework) 🐍 🏠 - Five-level AI collaboration system with persistent memory and anticipatory capabilities. MCP-native integration for Claude and other LLMs with local-first architecture via MemDocs. - [rps321321/obsidian-mcp-pro](https://github.com/rps321321/obsidian-mcp-pro) [![rps321321/obsidian-mcp-pro MCP server](https://glama.ai/mcp/servers/rps321321/obsidian-mcp-pro/badges/score.svg)](https://glama.ai/mcp/servers/rps321321/obsidian-mcp-pro) 📇 🏠 🍎 🪟 🐧 - Feature-complete Obsidian vault MCP server with 23 tools and 3 resources. Full-text search, note CRUD, frontmatter queries, tag management, backlinks, graph traversal (BFS up to 5 hops), orphan/broken link detection, and canvas support. Auto-detects vault, path traversal protection, MIT licensed. - [Semiotronika/LINZA-MCP](https://github.com/Semiotronika/LINZA-MCP) [![Semiotronika/LINZA-MCP MCP server](https://glama.ai/mcp/servers/Semiotronika/LINZA-MCP/badges/score.svg)](https://glama.ai/mcp/servers/Semiotronika/LINZA-MCP) 🐍 🏠 🍎 🪟 🐧 - Local-first review-gated sidecar for Markdown workspaces. Indexes notes and incoming artifacts into SQLite, proposes domains, links, memory, and growth cards with evidence, and keeps source files unchanged until explicit review. `pip install linza-mcp`