From dfdf4e576f9255e880359b1c00e393296ae278a0 Mon Sep 17 00:00:00 2001 From: drexthealpha Date: Wed, 2 Sep 2026 14:48:49 +0100 Subject: [PATCH 1/2] Add Knos --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08f1f3ee3..04869bb3f 100644 --- a/README.md +++ b/README.md @@ -2558,6 +2558,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [ctxfile/ctxfile](https://github.com/ctxfile/ctxfile) [![ctxfile/ctxfile MCP server](https://glama.ai/mcp/servers/ctxfile/ctxfile/badges/score.svg)](https://glama.ai/mcp/servers/ctxfile/ctxfile) 📇 🏠 🍎 🪟 🐧 - Local-first MCP server that snapshots your project's working state — files, git, plan, and decisions — into one structured context object and hands it to any MCP client in a single call. Save a session in one agent, continue it in another. Zero network calls by default; read-only over your project. Works with Claude Code, Cursor, and any MCP client. `npx -y ctxfile` - [atakanelik34/Bilinc](https://github.com/atakanelik34/Bilinc) [![atakanelik34/Bilinc MCP server](https://glama.ai/mcp/servers/atakanelik34/Bilinc/badges/score.svg)](https://glama.ai/mcp/servers/atakanelik34/Bilinc) 🐍 ☁️ 🍎 🪟 🐧 - Hosted agent memory that keeps an audit trail. Three tools — `commit_mem`, `recall`, `status` — where each write carries provenance (which run, tool, or operator produced it), contradictions with prior state surface as inspectable changes rather than silent overwrites, and a bad run is recovered from a snapshot instead of repaired by hand. `pip install -U bilinc` - [kaaustubh/project-memory-mcp](https://github.com/kaaustubh/project-memory-mcp) [![kaaustubh/project-memory-mcp MCP server](https://glama.ai/mcp/servers/kaaustubh/project-memory-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kaaustubh/project-memory-mcp) 📇 🏠 - Persistent memory for AI coding agents over plain files in your repo (AGENTS.md + issues.jsonl) — no DB, no vectors. Captures past bugs & fixes, decisions, and your corrections (proactively, plus an optional Stop hook), and auto-recalls them next session. Works with Claude Code & Cursor. `npx -y @kaaustubh/project-memory-mcp install` +- [drexthealpha/Knos](https://github.com/drexthealpha/Knos) 🐍 🏠 🍎 🪟 🐧 - One local memory every coding agent on the machine shares — Claude Code, Cursor, Claude Desktop, OpenCode — with claim/withhold so a second agent is refused answers about work a first one is mid-change on. Reads sessions, commits, CLAUDE.md/AGENTS.md and ADRs; every answer names its source. `pip install knos && knos connect` ### ⚖️ Legal Access to legal information, legislation, and legal databases. Enables AI models to search and analyze legal documents and regulatory information. From ee1118aa6ef20df4a3a57947db7cd736ff5c1c81 Mon Sep 17 00:00:00 2001 From: EMEN-UltraNode Date: Wed, 2 Sep 2026 16:31:59 +0100 Subject: [PATCH 2/2] Add Glama score badge to Knos entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04869bb3f..7bdc18036 100644 --- a/README.md +++ b/README.md @@ -2558,7 +2558,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [ctxfile/ctxfile](https://github.com/ctxfile/ctxfile) [![ctxfile/ctxfile MCP server](https://glama.ai/mcp/servers/ctxfile/ctxfile/badges/score.svg)](https://glama.ai/mcp/servers/ctxfile/ctxfile) 📇 🏠 🍎 🪟 🐧 - Local-first MCP server that snapshots your project's working state — files, git, plan, and decisions — into one structured context object and hands it to any MCP client in a single call. Save a session in one agent, continue it in another. Zero network calls by default; read-only over your project. Works with Claude Code, Cursor, and any MCP client. `npx -y ctxfile` - [atakanelik34/Bilinc](https://github.com/atakanelik34/Bilinc) [![atakanelik34/Bilinc MCP server](https://glama.ai/mcp/servers/atakanelik34/Bilinc/badges/score.svg)](https://glama.ai/mcp/servers/atakanelik34/Bilinc) 🐍 ☁️ 🍎 🪟 🐧 - Hosted agent memory that keeps an audit trail. Three tools — `commit_mem`, `recall`, `status` — where each write carries provenance (which run, tool, or operator produced it), contradictions with prior state surface as inspectable changes rather than silent overwrites, and a bad run is recovered from a snapshot instead of repaired by hand. `pip install -U bilinc` - [kaaustubh/project-memory-mcp](https://github.com/kaaustubh/project-memory-mcp) [![kaaustubh/project-memory-mcp MCP server](https://glama.ai/mcp/servers/kaaustubh/project-memory-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kaaustubh/project-memory-mcp) 📇 🏠 - Persistent memory for AI coding agents over plain files in your repo (AGENTS.md + issues.jsonl) — no DB, no vectors. Captures past bugs & fixes, decisions, and your corrections (proactively, plus an optional Stop hook), and auto-recalls them next session. Works with Claude Code & Cursor. `npx -y @kaaustubh/project-memory-mcp install` -- [drexthealpha/Knos](https://github.com/drexthealpha/Knos) 🐍 🏠 🍎 🪟 🐧 - One local memory every coding agent on the machine shares — Claude Code, Cursor, Claude Desktop, OpenCode — with claim/withhold so a second agent is refused answers about work a first one is mid-change on. Reads sessions, commits, CLAUDE.md/AGENTS.md and ADRs; every answer names its source. `pip install knos && knos connect` +- [drexthealpha/Knos](https://github.com/drexthealpha/Knos) [![drexthealpha/Knos MCP server](https://glama.ai/mcp/servers/drexthealpha/Knos/badges/score.svg)](https://glama.ai/mcp/servers/drexthealpha/Knos) 🐍 🏠 🍎 🪟 🐧 - One local memory every coding agent on the machine shares — Claude Code, Cursor, Claude Desktop, OpenCode — with claim/withhold so a second agent is refused answers about work a first one is mid-change on. Reads sessions, commits, CLAUDE.md/AGENTS.md and ADRs; every answer names its source. `pip install knos && knos connect` ### ⚖️ Legal Access to legal information, legislation, and legal databases. Enables AI models to search and analyze legal documents and regulatory information.