Storybloq

v1.0.0Knowledge & Memorystable

Cross-session context for Claude Code. CLI + MCP server + /story skill that tracks tickets, issues, handovers, and roadmap in a .story/ directory.

agentic-developmentai-developmentanthropicclaude-codeclaude-skill
Share:
547
Stars
0
Downloads
0
Weekly
0/5

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

Cross-session context for Claude Code
Ticket and roadmap tracking
Handover and issue management
Storybloq

Maintainer

LicenseNOASSERTION
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx storybloq

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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@latest
2

Run automated client setup

Run storybloq setup to automatically configure all supported AI clients (Claude Code, Codex) and install recommended hooks.

storybloq setup --client all
3

Register 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 --mcp
4

Initialize 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"
5

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 v1
6

Use /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 document

Storybloq 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.

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.

Quick Config Preview

{ "mcpServers": { "storybloq": { "command": "npx", "args": ["-y", "storybloq"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides