From e246b69dfd6355cdc66f3ec49a9e33f9fc366174 Mon Sep 17 00:00:00 2001 From: kage18 <18kushaljain@gmail.com> Date: Mon, 15 Jun 2026 16:42:40 +0530 Subject: [PATCH] Add kage-core/Kage to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 573ebdd9a..aff5c7ed7 100644 --- a/README.md +++ b/README.md @@ -1914,6 +1914,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [JinNing6/Noosphere](https://github.com/JinNing6/Noosphere) [![JinNing6/Noosphere MCP server](https://glama.ai/mcp/servers/JinNing6/Noosphere/badges/score.svg)](https://glama.ai/mcp/servers/JinNing6/Noosphere) 🐍 ☁️ - Digital consciousness repository and community MCP server. Upload epiphanies, decisions, warnings, and patterns as consciousness payloads, then retrieve them via semantic telepathic search. Features 3D interactive consciousness globe, soul imprint authentication, and automated content moderation via CI/CD. - [jinzcdev/markmap-mcp-server](https://github.com/jinzcdev/markmap-mcp-server) πŸ“‡ 🏠 - An MCP server built on [markmap](https://github.com/markmap/markmap) that converts **Markdown** to interactive **mind maps**. Supports multi-format exports (PNG/JPG/SVG), live browser preview, one-click Markdown copy, and dynamic visualization features. - [kael-bit/engram-rs](https://github.com/kael-bit/engram-rs) [![engram-rs MCP server](https://glama.ai/mcp/servers/@kael-bit/engram-rs/badges/score.svg)](https://glama.ai/mcp/servers/@kael-bit/engram-rs) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Hierarchical memory engine for AI agents with automatic decay, promotion, semantic dedup, and self-organizing topic tree. Single Rust binary, zero external dependencies. +- [kage-core/Kage](https://github.com/kage-core/Kage) [![kage-core/Kage MCP server](https://glama.ai/mcp/servers/kage-core/Kage/badges/score.svg)](https://glama.ai/mcp/servers/kage-core/Kage) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Verified, git-native memory for coding agents. Memory is plain JSON packets committed in your repo, each checked against the code it cites β€” hallucinated citations rejected at write, stale or changed memory withheld at recall, plus diff-time stale-catch. Local-only (BM25 + vectors), no account, no API key. `npx -y @kage-core/kage-graph-mcp install` - [kaliaboi/mcp-zotero](https://github.com/kaliaboi/mcp-zotero) πŸ“‡ ☁️ - A connector for LLMs to work with collections and sources on your Zotero Cloud - [keepgoing-dev/mcp-server](https://github.com/keepgoing-dev/mcp-server) [![mcp-server MCP server](https://glama.ai/mcp/servers/keepgoing-dev/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/keepgoing-dev/mcp-server) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Project memory for AI coding sessions. Auto-captures checkpoints on git commits, branch switches, and inactivity, then provides re-entry briefings so AI assistants pick up where you left off. Local-first, no account required. - [krimto-labs/krimto](https://github.com/krimto-labs/krimto) [![krimto-labs/krimto MCP server](https://glama.ai/mcp/servers/krimto-labs/krimto/badges/score.svg)](https://glama.ai/mcp/servers/krimto-labs/krimto) πŸ“‡ 🏠 - Open-source team memory layer for AI coding agents. Markdown files in git as storage, a userβ†’teamβ†’org hierarchy as the access primitive, and one cross-vendor MCP server (Claude Code, Cursor, Codex, Gemini CLI). Hybrid SQLite + sqlite-vec retrieval. Apache-2.0.