Storybloq
Cross-session context for Claude Code. CLI + MCP server + /story skill that tracks tickets, issues, handovers, and roadmap in a .story/ directory.
What is Storybloq?
Storybloq is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to cross-session context for claude code. cli + mcp server + /story skill that tracks tickets, issues, handovers, and roadmap in a .story/ directory.
Cross-session context for Claude Code. CLI + MCP server + /story skill that tracks tickets, issues, handovers, and roadmap in a .story/ directory.
This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Cross-session context for Claude Code. CLI + MCP server + /s
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx storybloqConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Storybloq
Storybloq is a cross-session context management system for Claude Code and Codex, combining a CLI, an MCP server, and a /story slash skill to keep AI agents oriented across multiple work sessions. It stores project state — tickets, issues, handovers, phases, lessons learned, and session snapshots — in a .story/ directory inside your repository. Teams use it to hand off work between sessions without losing context, run autonomous multi-ticket implementations, and get consistent code reviews through its multi-lens review orchestration system.
Prerequisites
- Node.js 20 or higher installed
- Claude Code (with MCP support) or Codex CLI 0.130.0+
- npm installed for global package installation
- A project repository where the .story/ directory will be initialized
Install the Storybloq CLI globally
Install @storybloq/storybloq globally via npm to get the storybloq CLI and MCP server binary.
npm install -g @storybloq/storybloq@latestRun automated client setup
Run storybloq setup to automatically configure all supported AI clients (Claude Code, Codex) and install recommended hooks.
storybloq setup --client allRegister the MCP server manually (if needed)
If you prefer manual registration, add the server to Claude Code using the claude mcp add command.
# For Claude Code
claude mcp add storybloq -s user -- storybloq --mcp
# For Codex
codex mcp add storybloq --env STORYBLOQ_CLIENT=codex -- storybloq --mcpInitialize a project
Inside your repository, initialize a Storybloq project. This creates the .story/ directory with config, phases, and ticket tracking.
storybloq init --name "your-project-name"Create your first phase and ticket
Structure your work with phases (milestones) and tickets (tasks). These become the context Storybloq surfaces to your AI assistant.
# Create a phase
storybloq phase create --id v1 --name "Version 1" --label "PHASE 1" --description "Initial launch"
# Create a ticket
storybloq ticket create --title "Set up authentication" --type task --phase v1Use /story commands in Claude Code
With the MCP server running, use /story slash commands directly in Claude Code to load project context, run autonomous ticket work, or write handover documents.
# In Claude Code chat:
/story # Load project status and recent handover
/story auto T-001 T-002 # Autonomous mode for tickets T-001 and T-002
/story review T-001 # Multi-lens code review for ticket T-001
/story handover # Write a session continuity documentStorybloq Examples
Client configuration
Claude Desktop JSON configuration for the Storybloq MCP server.
{
"mcpServers": {
"storybloq": {
"command": "storybloq",
"args": ["--mcp"],
"env": {}
}
}
}Prompts to try
Example prompts and slash commands to use once Storybloq is connected.
- "/story" — load current project status and the most recent handover document
- "/story auto T-003" — let Claude autonomously implement ticket T-003 from planning through testing
- "/story handover" — write a handover doc so the next session picks up exactly where you left off
- "/story review T-005" — run a structured multi-lens code review on the changes for ticket T-005
- "What tickets are in the current phase and which are blocked?"Troubleshooting Storybloq
storybloq command not found after npm install
Ensure that the global npm bin directory is in your PATH. Run npm bin -g to find the directory and add it to your shell profile (e.g., export PATH="$(npm bin -g):$PATH" in ~/.zshrc or ~/.bashrc).
/story skill is not available in Claude Code
Run storybloq setup --client all to install the skill and hooks automatically. Then restart Claude Code to pick up the new configuration.
Context is not persisting across sessions
Ensure the PreCompact hook is installed so Storybloq creates a snapshot before Claude Code compacts context. Run storybloq setup --client all to add the hook, or add it manually to your Claude Code settings.json.
Frequently Asked Questions about Storybloq
What is Storybloq?
Storybloq is a Model Context Protocol (MCP) server that cross-session context for claude code. cli + mcp server + /story skill that tracks tickets, issues, handovers, and roadmap in a .story/ directory. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Storybloq?
Follow the installation instructions on the Storybloq GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Storybloq?
Storybloq works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Storybloq free to use?
Yes, Storybloq is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.
Storybloq Alternatives — Similar Knowledge & Memory Servers
Looking for alternatives to Storybloq? Here are other popular knowledge & memory servers you can use with Claude, Cursor, and VS Code.
MemPalace
★ 52.6kA local AI memory system that stores all conversations verbatim and organizes them into navigable structures. It provides 19 MCP tools for AI assistants to search and retrieve past decisions, debugging sessions, and architecture debates automatically
Kratos
★ 25.7k🏛️ Memory System for AI Coding Tools - Never explain your codebase again. MCP server with perfect project isolation, 95.8% context accuracy, and the Four Pillars Framework.
Context Mode
★ 15.4kAn MCP server that preserves LLM context by intercepting large data outputs and returning only concise summaries or relevant sections. It enables efficient sandboxed code execution, file processing, and documentation indexing across multiple programm
Memu
★ 13.7kMemory for 24/7 proactive agents like OpenClaw.
MemOS
★ 9.3kMemOS (Memory Operating System) is a memory management operating system designed for AI applications. Its goal is: to enable your AI system to have long-term memory like a human, not only remembering what users have said but also actively invoking, u
Everos
★ 5.4kBuild, evaluate, and integrate long-term memory for self-evolving agents.
Browse More Knowledge & Memory MCP Servers
Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Storybloq in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Storybloq?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.