From e59c4ef5470a2e6720a2edc84588ce6ec6c54f9f Mon Sep 17 00:00:00 2001 From: SunFlash12 Date: Sat, 30 May 2026 22:42:32 -0700 Subject: [PATCH 1/3] Add Forge Cascade MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22bfa1def..27e967e4b 100644 --- a/README.md +++ b/README.md @@ -902,6 +902,7 @@ Servers or systems that deliver core runtime functionalities for MCP, such as pr Servers connecting to personal knowledge bases, flashcard apps, building/querying knowledge graphs, or providing persistent memory for LLMs. +- [SunFlash12/forge-cascade-mcp](https://github.com/SunFlash12/forge-cascade-mcp): Enterprise AI memory and RAG buyer-route connector exposing Forge docs, pricing, intake, and direct enterprise checkout paths for agents. - [sunnja69/akephalos](https://github.com/sunnja69/akephalos): Local-first, markdown-first `.akephalos` passport for portable preferences, tool notes, rules, project context, and durable memories across Codex, Claude Code, Cursor, Hermes, OpenClaw, MCP clients, and machines via plain files/Git. Exposes a local MCP stdio server. - [screenpipe/screenpipe](https://github.com/screenpipe/screenpipe): 24/7 local screen + microphone recording with OCR, audio transcription, and semantic search. MCP server exposes 6 tools (search-content, export-video, list-meetings, activity-summary, search-elements, frame-context) so Claude can search everything you've seen, said, or heard. 100% local SQLite. MIT licensed, 18k+ stars. - [a2cr/a2cr](https://github.com/a2cr/a2cr): MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history. From a1c5ea3b6624a5e489f21e6855d0c0326b0b4961 Mon Sep 17 00:00:00 2001 From: SunFlash12 Date: Sun, 31 May 2026 12:53:20 -0700 Subject: [PATCH 2/3] Update Forge MCP paid-route description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27e967e4b..92d1fe7c6 100644 --- a/README.md +++ b/README.md @@ -902,7 +902,7 @@ Servers or systems that deliver core runtime functionalities for MCP, such as pr Servers connecting to personal knowledge bases, flashcard apps, building/querying knowledge graphs, or providing persistent memory for LLMs. -- [SunFlash12/forge-cascade-mcp](https://github.com/SunFlash12/forge-cascade-mcp): Enterprise AI memory and RAG buyer-route connector exposing Forge docs, pricing, intake, and direct enterprise checkout paths for agents. +- [SunFlash12/forge-cascade-mcp](https://github.com/SunFlash12/forge-cascade-mcp): Enterprise AI memory and RAG buyer-route connector exposing Forge docs, pricing, intake, direct enterprise checkout paths, and paid-route recommendations for agents. - [sunnja69/akephalos](https://github.com/sunnja69/akephalos): Local-first, markdown-first `.akephalos` passport for portable preferences, tool notes, rules, project context, and durable memories across Codex, Claude Code, Cursor, Hermes, OpenClaw, MCP clients, and machines via plain files/Git. Exposes a local MCP stdio server. - [screenpipe/screenpipe](https://github.com/screenpipe/screenpipe): 24/7 local screen + microphone recording with OCR, audio transcription, and semantic search. MCP server exposes 6 tools (search-content, export-video, list-meetings, activity-summary, search-elements, frame-context) so Claude can search everything you've seen, said, or heard. 100% local SQLite. MIT licensed, 18k+ stars. - [a2cr/a2cr](https://github.com/a2cr/a2cr): MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history. From 474a80f6017618eee14c34df4264c741ff64b383 Mon Sep 17 00:00:00 2001 From: Wenjing Yu Date: Sat, 6 Jun 2026 00:23:03 +0100 Subject: [PATCH 3/3] Move README listing to category docs --- docs/knowledge-management--memory.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/knowledge-management--memory.md b/docs/knowledge-management--memory.md index 000e6408b..52f0bae4c 100644 --- a/docs/knowledge-management--memory.md +++ b/docs/knowledge-management--memory.md @@ -567,3 +567,4 @@ Servers connecting to personal knowledge bases, flashcard apps, building/queryin - [blackpilledsoftware-prog/migas-mcp](https://github.com/blackpilledsoftware-prog/migas-mcp): Query local meeting transcripts from Migas, a macOS meeting copilot with on-device transcription and realtime speaker labels. Search across meetings, get full transcripts, and find what anyone said. Read-only, local SQLite. - [superlowburn/agentrank](https://github.com/superlowburn/agentrank): Live, quality-scored index of 25,000+ MCP servers. Scores tools daily using real GitHub signals — freshness, issue health, contributors, dependents, and stars. Search and discover currently maintained tools via 3 MCP tools. Available as `agentrank-mcp-server` on npm. - [wazionapps/nexo](https://github.com/wazionapps/nexo): Cognitive memory architecture for Claude Code. Implements Atkinson-Shiffrin memory model, Ebbinghaus forgetting curves, semantic RAG with knowledge graph, trust scoring, and metacognitive error prevention. 100+ MCP tools. Install via `npx nexo-brain init`. +- [SunFlash12/forge-cascade-mcp](https://github.com/SunFlash12/forge-cascade-mcp): Enterprise AI memory and RAG buyer-route connector exposing Forge docs, pricing, intake, and direct enterprise checkout paths for agents.