From 1d7c06cfba57426828f9612b0fbad3430600d28d Mon Sep 17 00:00:00 2001 From: AshutoshRaj97 <43464753+AshutoshRaj97@users.noreply.github.com> Date: Sun, 28 Jun 2026 22:10:03 +0530 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=A4=96=F0=9F=A4=96=F0=9F=A4=96=20Add?= =?UTF-8?q?=20AgentReady=20MCP=20to=20Knowledge=20&=20Memory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..a249f5aea 100644 --- a/README.md +++ b/README.md @@ -1901,6 +1901,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [ashlesh-t/cognirepo](https://github.com/ashlesh-t/cognirepo) [![ashlesh-t/cognirepo MCP server](https://glama.ai/mcp/servers/ashlesh-t/cognirepo/badges/score.svg)](https://glama.ai/mcp/servers/ashlesh-t/cognirepo) 🐍 🏠 🍎 🪟 🐧 - Persistent memory and codebase context for AI coding agents. FAISS vector store, AST reverse index with O(1) symbol lookup, NetworkX knowledge graph, episodic journal, user behavior profiling, error tracking, and cross-agent session handoff. 34 MCP tools. Reduces token usage 50–80% on Python repos ≥ 15K LOC vs. raw file reads. Works with Claude Code, Cursor, and Gemini CLI. Fully offline — no API keys required for indexing. `pip install cognirepo` +- [AshutoshRaj97/agentready-mcp](https://github.com/AshutoshRaj97/agentready-mcp) 📇 ☁️ 🍎 🪟 🐧 - Make any website queryable by AI agents. Index a site then ask questions and get cited answers grounded in its content via RAG. Tools: `list_sites` and `ask_site`. `npx -y @agentreadyweb/mcp` - [Auctalis/nocturnusai](https://github.com/Auctalis/nocturnusai) [![Auctalis/nocturnusai MCP server](https://glama.ai/mcp/servers/Auctalis/nocturnusai/badges/score.svg)](https://glama.ai/mcp/servers/Auctalis/nocturnusai) 🐍 🏠 - Deterministic reasoning engine for AI agent context compression. Extracts structured facts with logical inference, proof chains, and truth maintenance. REST API, Python/TypeScript SDKs, and MCP server integration. - [0xshellming/mcp-summarizer](https://github.com/0xshellming/mcp-summarizer) 📕 ☁️ - AI Summarization MCP Server, Support for multiple content types: Plain text, Web pages, PDF documents, EPUB books, HTML content - [20alexl/claude-engram](https://github.com/20alexl/claude-engram) [![20alexl/claude-engram MCP server](https://glama.ai/mcp/servers/20alexl/claude-engram/badges/score.svg)](https://glama.ai/mcp/servers/20alexl/claude-engram) 🐍 🏠 - Persistent memory and session intelligence for Claude Code. Auto-tracks mistakes, decisions, and context via hooks. Mines session history for patterns and cross-session search. Loop detection, pre-edit warnings, context compaction survival. Runs locally with Ollama. From ca9044e4fb059189cceddb2aa3a1d043bf612c8b Mon Sep 17 00:00:00 2001 From: AshutoshRaj97 <43464753+AshutoshRaj97@users.noreply.github.com> Date: Sun, 28 Jun 2026 23:03:23 +0530 Subject: [PATCH 2/2] add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a249f5aea..c32b1e1d1 100644 --- a/README.md +++ b/README.md @@ -1901,7 +1901,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [ashlesh-t/cognirepo](https://github.com/ashlesh-t/cognirepo) [![ashlesh-t/cognirepo MCP server](https://glama.ai/mcp/servers/ashlesh-t/cognirepo/badges/score.svg)](https://glama.ai/mcp/servers/ashlesh-t/cognirepo) 🐍 🏠 🍎 🪟 🐧 - Persistent memory and codebase context for AI coding agents. FAISS vector store, AST reverse index with O(1) symbol lookup, NetworkX knowledge graph, episodic journal, user behavior profiling, error tracking, and cross-agent session handoff. 34 MCP tools. Reduces token usage 50–80% on Python repos ≥ 15K LOC vs. raw file reads. Works with Claude Code, Cursor, and Gemini CLI. Fully offline — no API keys required for indexing. `pip install cognirepo` -- [AshutoshRaj97/agentready-mcp](https://github.com/AshutoshRaj97/agentready-mcp) 📇 ☁️ 🍎 🪟 🐧 - Make any website queryable by AI agents. Index a site then ask questions and get cited answers grounded in its content via RAG. Tools: `list_sites` and `ask_site`. `npx -y @agentreadyweb/mcp` +- [AshutoshRaj97/agentready-mcp](https://github.com/AshutoshRaj97/agentready-mcp) [![AshutoshRaj97/agentready-mcp MCP server](https://glama.ai/mcp/servers/AshutoshRaj97/agentready-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AshutoshRaj97/agentready-mcp) 📇 ☁️ 🍎 🪟 🐧 - Make any website queryable by AI agents. Index a site then ask questions and get cited answers grounded in its content via RAG. Tools: `list_sites` and `ask_site`. `npx -y @agentreadyweb/mcp` - [Auctalis/nocturnusai](https://github.com/Auctalis/nocturnusai) [![Auctalis/nocturnusai MCP server](https://glama.ai/mcp/servers/Auctalis/nocturnusai/badges/score.svg)](https://glama.ai/mcp/servers/Auctalis/nocturnusai) 🐍 🏠 - Deterministic reasoning engine for AI agent context compression. Extracts structured facts with logical inference, proof chains, and truth maintenance. REST API, Python/TypeScript SDKs, and MCP server integration. - [0xshellming/mcp-summarizer](https://github.com/0xshellming/mcp-summarizer) 📕 ☁️ - AI Summarization MCP Server, Support for multiple content types: Plain text, Web pages, PDF documents, EPUB books, HTML content - [20alexl/claude-engram](https://github.com/20alexl/claude-engram) [![20alexl/claude-engram MCP server](https://glama.ai/mcp/servers/20alexl/claude-engram/badges/score.svg)](https://glama.ai/mcp/servers/20alexl/claude-engram) 🐍 🏠 - Persistent memory and session intelligence for Claude Code. Auto-tracks mistakes, decisions, and context via hooks. Mines session history for patterns and cross-session search. Loop detection, pre-edit warnings, context compaction survival. Runs locally with Ollama.