Storybloq: A Project Tracker for Claude Code with Mac App, CLI, and MCP

Storybloq is a project tracker that stores data as JSON and markdown inside a .story/ directory in your repository. It's git-trackable and editable in any text editor. The tool includes a Mac App Store app (free), a CLI, and an MCP server that integrate with Claude Code via /story to load the full project context at session start.
Key Features
- Project dashboard on Mac: backlog, kanban, timeline from handovers, editable notes, autonomous session statuses.
- Live kanban updates as Claude updates tickets.
- Embedded Claude Code terminal in the same window to avoid context switching.
- 580 tickets and 260 handovers tracked during the build itself — the tool is its own test case.
- Mac app is sandboxed, signed by Apple, auto-updates via App Store. Requires macOS 14+ (Apple Silicon and Intel).
- CLI and MCP server (TypeScript) expose data to Claude Code. Source on GitHub.
How It Works
Run /story in Claude Code to load tickets, roadmap phases, and session handovers. The Mac app watches .story/ and reflects changes live. Everything is JSON and markdown, so you can edit with any editor and commit changes to git.
Implementation Details
The Mac app is built with Swift/SwiftUI. The CLI and MCP server are TypeScript. Both were written entirely in Claude Code using the same framework. The workspace's .story/ tracked every ticket and handover. Code review rounds were run via Codex through MCP.
Links
- App Store: Storybloq on Mac App Store
- GitHub (CLI & MCP source): github.com/Storybloq/storybloq
Who it's for: Developers running multi-project Claude Code workflows who want a visual board alongside their terminal.
📖 Read the full source: r/ClaudeAI
👀 See Also

MCP Lets Claude Analyze Google Search Console Data Automatically
A new free MCP connects Claude directly to Google Search Console, enabling natural language queries on search performance data like queries, pages, clicks, and CTR without manual CSV exports.

Vektori's Memory Architecture: Principles from Claude's Leaked System
Vektori implements a three-layer hierarchical sentence graph for AI memory, inspired by leaked principles from Claude's architecture. The system uses strict quality filters, skeptical retrieval with a 0.3 minimum score, and maintains correction history across sessions.

Using OpenAI Codex IDE with Local Ollama Models in VSCodium
OpenAI Codex IDE can be configured to work with local Ollama models in VSCodium using specific configurations in the config.toml file.

Context Mode MCP Server Cuts Claude Code Context Usage by 98%
Context Mode is an MCP server that reduces Claude Code context consumption from 315 KB to 5.4 KB by sandboxing tool outputs. It supports 10 language runtimes and includes a knowledge base with full-text search.