Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Cross-session context for Claude Code. CLI + MCP server + /story skill that tracks tickets, issues, handovers, and roadmap in a .story/ directory.
| Date | Stars |
|---|---|
| 2026-07-24 | 676 |
| 2026-07-25 | 676 |
| 2026-07-28 | 679 |
| 2026-07-30 | 681 |
| 2026-07-31 | 682 |
| 2026-08-06 | 684 |
Today
+2 stars today
This week
+3 stars this week
This month
— stars this month
Momentum
46.0
growth rate 0.44%/day
<p align="center"> <img src="https://raw.githubusercontent.com/Storybloq/storybloq/main/assets/logo.png" width="120" alt="Storybloq logo" /> </p> <h1 align="center">storybloq</h1> <p align="center"> <strong>Cross-session context persistence for AI coding.</strong><br /> A file convention, a CLI, an MCP server, and Claude Code/Codex skills that together turn every coding session into a building block instead of a reset. </p> <p align="center"> <a href="https://www.npmjs.com/package/@storybloq/storybloq"><img src="https://img.shields.io/npm/v/@storybloq/storybloq?color=333&label=npm" alt="npm version" /></a> <a href="https://github.com/Storybloq/storybloq/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-PolyForm--Shield%201.0-blue" alt="License" /></a> <img src="https://img.shields.io/badge/node-%E2%89%A520-brightgreen" alt="Node" /> <img src="https://img.shields.io/badge/claude%20code-compatible-orange" alt="Claude Code compatible" /> <img src="https://img.shields.io/badge/codex-compatible-111" alt="Codex compatible" /> </p> <p align="center"> <a href="https://storybloq.com">storybloq.com</a> · <a href="https://storybloq.com/mac">Mac app</a> · <a href="https://github.com/Storybloq/lenses">Review lenses</a> · <a href="https://storybloq.com/privacy">Privacy</a> </p> <p align="center"> <img src="https://raw.githubusercontent.com/Storybloq/storybloq/main/assets/hero.png" alt="Storybloq Mac app showing a live project sidebar alongside an AI coding terminal" /> </p> --- ## The problem AI coding assistants are stateless. Every new session starts from zero. The model doesn't know what was built yesterday, what's broken, what decisions were made, or what to work on next. Developers compensate with CLAUDE.md files and scattered notes, but there's no standard structure, no session continuity, and no tooling. The real cost isn't wasted setup time. It's repeated mistakes, relitigated design decisions, hallucinated context, and linear instead of compounding work. ## The idea Every project gets a `.story/` directory of JSON and markdown files. Tickets, issues, roadmap phases, session handovers, and lessons learned all live there, tracked by git, readable by any AI. - **CLI:** `storybloq` - inspect and mutate `.story/` from the terminal. - **MCP server:** structured tools Claude Code and Codex can call directly, with five additional tools when the local Bus is enabled. No subprocess spawning. - **Skill:** `/story` in Claude Code or `$story` in Codex loads project state at the start of every session. - **Mac app:** native sidebar that watches `.story/` and updates live while your AI client works (separate product, free on the App Store). ## Install ```bash npm install -g @storybloq/storybloq@latest storybloq setup --client all ``` Requires Node.js 20+ and at least one AI client: Claude Code or Codex CLI 0.130.0+. Package lives on npm at [**@storybloq/storybloq**](https://www.npmjs.com/package/@storybloq/storybloq); releases are tagged on this repo at [github.com/Storybloq/storybloq/releases](https://github.com/Storybloq/storybloq/releases). `setup --client all` installs the Storybloq skill for Claude and Codex, registers this package as an MCP server, and configures available client hooks. Re-running it is safe. Codex reports installed hooks with trust `unknown`; open `/hooks` in Codex to review and trust them. `setup-skill` remains as a compatibility alias for Claude-only setup. ## Upgrading ```bash npm install -g @storybloq/storybloq@latest storybloq setup --client all ``` Same two commands as a fresh install: `@latest` pulls the newest version, and re-running setup refreshes the Storybloq skill files, re-registers the MCP server, and sweeps any stale hook entries from prior installs. You'll usually see a one-line banner on the next `storybloq` invocation whenever a newer version is on npm: ``` storybloq v1.2.0 is available (you have v1.1.6). Update: npm install -g @storybloq/sto
Excerpt of 41,363 characters
Read on GitHub532
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:b001390664eeca06, topic:mcp, topic:mcp-server, desc:mcp server