From eda8e4d33738ff1052a9c83e4fb02677868aa150 Mon Sep 17 00:00:00 2001 From: yuelinghuashu <1263476185@qq.com> Date: Thu, 20 Aug 2026 00:19:31 +0800 Subject: [PATCH 1/2] Add story-cli MCP server to Knowledge & Memory --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 72a96c8ff..b84f36b8e 100644 --- a/README.md +++ b/README.md @@ -2482,6 +2482,8 @@ 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` +- [yuelinghuashu/story-cli](https://github.com/yuelinghuashu/story-cli) 📇 🏠 🍎 🪟 🐧 - Git-native Markdown content management CLI with built-in MCP Server. Search, read, write, and govern story/paper/note repositories; auto-generate READMEs, validate configs, export EPUB, and prepare SFT/embedding training data. 8 tools, token-efficient. `npm i -g @yuelinghuashu/story-cli` + ### ⚖️ Legal Access to legal information, legislation, and legal databases. Enables AI models to search and analyze legal documents and regulatory information. - [ad0750/regintel-mcp](https://github.com/ad0750/regintel-mcp) [![regintel-mcp MCP server](https://glama.ai/mcp/servers/ad0750/regintel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ad0750/regintel-mcp)🐍 ☁️ - MCP server for the RegIntel API: structured regulatory data across 41 jurisdictions and 212 regulations (GDPR, MiCA, DORA, SEC, FINRA, FCA, APRA, ASIC, MAS). Tools for search, lookup, recent updates, and compliance checks. From eb9914443ba73144ab2c2f7a3e9213a1a44a3510 Mon Sep 17 00:00:00 2001 From: yuelinghuashu <1263476185@qq.com> Date: Thu, 20 Aug 2026 00:38:59 +0800 Subject: [PATCH 2/2] Add Glama score badge to story-cli entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b84f36b8e..5b545bcaf 100644 --- a/README.md +++ b/README.md @@ -2482,7 +2482,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` -- [yuelinghuashu/story-cli](https://github.com/yuelinghuashu/story-cli) 📇 🏠 🍎 🪟 🐧 - Git-native Markdown content management CLI with built-in MCP Server. Search, read, write, and govern story/paper/note repositories; auto-generate READMEs, validate configs, export EPUB, and prepare SFT/embedding training data. 8 tools, token-efficient. `npm i -g @yuelinghuashu/story-cli` +- [yuelinghuashu/story-cli](https://github.com/yuelinghuashu/story-cli) [![yuelinghuashu/story-cli MCP server](https://glama.ai/mcp/servers/yuelinghuashu/story-cli/badges/score.svg)](https://glama.ai/mcp/servers/yuelinghuashu/story-cli) 📇 🏠 🍎 🪟 🐧 - Git-native Markdown content management CLI with built-in MCP Server. Search, read, write, and govern story/paper/note repositories; auto-generate READMEs, validate configs, export EPUB, and prepare SFT/embedding training data. 9 tools, token-efficient. `npm i -g @yuelinghuashu/story-cli` ### ⚖️ Legal Access to legal information, legislation, and legal databases. Enables AI models to search and analyze legal documents and regulatory information.