From a60f58dcf64a2485036ca7ad711941f833f86dcb Mon Sep 17 00:00:00 2001 From: Ammar Date: Mon, 6 Apr 2026 22:19:37 +0200 Subject: [PATCH 1/3] Add DecisionNode to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73e5200c..2b429ed4 100644 --- a/README.md +++ b/README.md @@ -1417,6 +1417,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [cryptosquanch/legends-mcp](https://github.com/cryptosquanch/legends-mcp) 📇 🏠 🍎 🪟 🐧 - Chat with 36 legendary founders & investors (Elon Musk, Warren Buffett, Steve Jobs, CZ). AI personas with authentic voices, frameworks, and principles. No API key required. - [dcostenco/prism-mcp](https://github.com/dcostenco/prism-mcp) [![dcostenco/BCBA MCP server](https://glama.ai/mcp/servers/dcostenco/BCBA/badges/score.svg)](https://glama.ai/mcp/servers/dcostenco/BCBA) 📇 🏠 🍎 🪟 🐧 - Zero-config persistent memory for AI agents with local SQLite. Mind Palace web dashboard, time travel (rewind/replay sessions), agent telepathy (cross-client memory sharing), code mode templates, morning briefings, and progressive context loading. 25 tools, 6 resources, 4 prompts. - [darktw/usecortex-mcp](https://github.com/darktw/usecortex-mcp) [![darktw/usecortex-mcp MCP server](https://glama.ai/mcp/servers/darktw/usecortex-mcp/badges/score.svg)](https://glama.ai/mcp/servers/darktw/usecortex-mcp) ☁️ - Persistent knowledge memory for AI agents. Two-way flow: read context into projects and write discoveries back. Structured by topic with AES-256 encryption. +- [decisionnode/DecisionNode](https://github.com/decisionnode/DecisionNode) 📇 🏠 🍎 🪟 🐧 - Record development decisions as structured JSON, embed as vectors via Gemini, and search semantically over MCP. Shared store across Claude Code, Cursor, Windsurf, and any MCP client. CLI + MCP server, local-only, free Gemini embedding tier. - [Destrayon/Connapse](https://github.com/Destrayon/Connapse) [![Destrayon/Connapse MCP server](https://glama.ai/mcp/servers/Destrayon/Connapse/badges/score.svg)](https://glama.ai/mcp/servers/Destrayon/Connapse) #️⃣ 🏠 🍎 🪟 🐧 - Self-hosted knowledge backend for AI agents with hybrid vector + keyword search, container-isolated indexes, and 11 MCP tools. .NET, Docker-ready. - [deusXmachina-dev/memorylane](https://github.com/deusXmachina-dev/memorylane) 📇 ☁️ 🏠 🍎 - Desktop app that captures screen activity via event-driven screenshots, stores AI-generated summaries and OCR text locally in SQLite, and exposes your activity history to AI assistants via MCP with semantic search, timeline browsing, and event detail retrieval. - [dodopayments/contextmcp](https://github.com/dodopayments/context-mcp) 📇 ☁️ 🏠 - Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search. From 9b9212dc4476ccdb8ed58adada2881873778ad43 Mon Sep 17 00:00:00 2001 From: Ammar Date: Tue, 7 Apr 2026 01:02:56 +0200 Subject: [PATCH 2/3] Add Glama badge to DecisionNode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b429ed4..018f9b45 100644 --- a/README.md +++ b/README.md @@ -1417,7 +1417,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [cryptosquanch/legends-mcp](https://github.com/cryptosquanch/legends-mcp) 📇 🏠 🍎 🪟 🐧 - Chat with 36 legendary founders & investors (Elon Musk, Warren Buffett, Steve Jobs, CZ). AI personas with authentic voices, frameworks, and principles. No API key required. - [dcostenco/prism-mcp](https://github.com/dcostenco/prism-mcp) [![dcostenco/BCBA MCP server](https://glama.ai/mcp/servers/dcostenco/BCBA/badges/score.svg)](https://glama.ai/mcp/servers/dcostenco/BCBA) 📇 🏠 🍎 🪟 🐧 - Zero-config persistent memory for AI agents with local SQLite. Mind Palace web dashboard, time travel (rewind/replay sessions), agent telepathy (cross-client memory sharing), code mode templates, morning briefings, and progressive context loading. 25 tools, 6 resources, 4 prompts. - [darktw/usecortex-mcp](https://github.com/darktw/usecortex-mcp) [![darktw/usecortex-mcp MCP server](https://glama.ai/mcp/servers/darktw/usecortex-mcp/badges/score.svg)](https://glama.ai/mcp/servers/darktw/usecortex-mcp) ☁️ - Persistent knowledge memory for AI agents. Two-way flow: read context into projects and write discoveries back. Structured by topic with AES-256 encryption. -- [decisionnode/DecisionNode](https://github.com/decisionnode/DecisionNode) 📇 🏠 🍎 🪟 🐧 - Record development decisions as structured JSON, embed as vectors via Gemini, and search semantically over MCP. Shared store across Claude Code, Cursor, Windsurf, and any MCP client. CLI + MCP server, local-only, free Gemini embedding tier. +- [decisionnode/DecisionNode](https://github.com/decisionnode/DecisionNode) [![decisionnode/DecisionNode MCP server](https://glama.ai/mcp/servers/decisionnode/DecisionNode/badges/score.svg)](https://glama.ai/mcp/servers/decisionnode/DecisionNode) 📇 🏠 🍎 🪟 🐧 - Record development decisions as structured JSON, embed as vectors via Gemini, and search semantically over MCP. Shared store across Claude Code, Cursor, Windsurf, and any MCP client. CLI + MCP server, local-only, free Gemini embedding tier. - [Destrayon/Connapse](https://github.com/Destrayon/Connapse) [![Destrayon/Connapse MCP server](https://glama.ai/mcp/servers/Destrayon/Connapse/badges/score.svg)](https://glama.ai/mcp/servers/Destrayon/Connapse) #️⃣ 🏠 🍎 🪟 🐧 - Self-hosted knowledge backend for AI agents with hybrid vector + keyword search, container-isolated indexes, and 11 MCP tools. .NET, Docker-ready. - [deusXmachina-dev/memorylane](https://github.com/deusXmachina-dev/memorylane) 📇 ☁️ 🏠 🍎 - Desktop app that captures screen activity via event-driven screenshots, stores AI-generated summaries and OCR text locally in SQLite, and exposes your activity history to AI assistants via MCP with semantic search, timeline browsing, and event detail retrieval. - [dodopayments/contextmcp](https://github.com/dodopayments/context-mcp) 📇 ☁️ 🏠 - Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search. From 9ca3505999fc534c5fa94642695f3184245bd49e Mon Sep 17 00:00:00 2001 From: Ammar Date: Tue, 7 Apr 2026 10:26:33 +0200 Subject: [PATCH 3/3] Trigger PR check re-run --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 018f9b45..a2c758a2 100644 --- a/README.md +++ b/README.md @@ -2281,3 +2281,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart +.