MCP Catalogs
Homestorybloq screenshot

storybloq

by Storybloq·520·Score 51

A comprehensive MCP server that provides cross-session context persistence for AI coding through tickets, issues, and handovers.

developer-toolsai-llmproductivity
22
Forks
6
Open issues
this month
Last commit
2d ago
Indexed

Overview

Storybloq is an MCP server that creates a persistent context layer for AI coding sessions. It maintains a structured .story/ directory containing tickets, issues, roadmap phases, and session handovers that are tracked by git and accessible to AI assistants. The server provides 43 tools for reading and mutating this context, enabling autonomous ticket processing through a defined workflow state machine. It integrates directly with Claude Code and Codex, allowing AI to maintain continuity across sessions.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Maintaining continuity across AI coding sessions by tracking tickets and issues
you:Autonomous ticket processing through AI-driven development workflows
you:Session handovers for knowledge transfer between human developers
you:What file format does Storybloq use?
you:How does Storybloq integrate with AI coding assistants?

When to choose this

Choose Storybloq when you need structured, persistent context for AI coding sessions, especially when working on complex projects with multiple tickets and handoffs.

When NOT to choose this

Don't choose Storybloq if you need write access to your AI client (it's read-only), or if you prefer a simpler workflow without structured ticket management.

Tools this server exposes

12 tools extracted from the README
  • storybloq_status

    Get project summary with phase statuses, counts, and risks

  • storybloq_ticket_get

    Get full details of a specific ticket

  • storybloq_ticket_create

    Create a new ticket in the project

  • storybloq_issue_create

    Create a new issue in the project

  • storybloq_handover_create

    Create a session handover documenting work completed and next steps

  • storybloq_autonomous_guide

    Drive a ticket through the autonomous workflow (plan -> implement -> test -> review)

  • storybloq_recommend

    Get context-aware work suggestions for what to do next

  • storybloq_phase_current

    Get the current active phase in the project roadmap

  • storybloq_issue_get

    Get full details of a specific issue

  • storybloq_ticket_next

    Get the highest-priority unblocked ticket

  • storybloq_snapshot

    Create a snapshot of current project state

  • storybloq_validate

    Validate project integrity and check for schema issues

Comparable tools

claude-desktop-mcpgit-mcpworkspace-mcp

Installation

npm install -g @storybloq/storybloq@latest
storybloq setup --client all

For Claude Desktop, add to your claude_desktop_config.json:

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

FAQ

What file format does Storybloq use?
Storybloq uses a .story/ directory with JSON and markdown files to track project state.
How does Storybloq integrate with AI coding assistants?
It provides both CLI tools and an MCP server that exposes 43 tools to Claude Code and Codex for reading and mutating project context.

Compare storybloq with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.