npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

coaia-narrative

v0.4.12

Published

Creative Orientation AI Agentic Memories - Narrative Beat Extension with IAIP relational integration

Readme

coaia-narrative

Creative Orientation AI Agentic Memories - Extended with Narrative Beat Support

A complete MCP server extending structural tension charts with multi-universe narrative beat capture for comprehensive incident documentation and creative-oriented memory management.

Installation

npm install coaia-narrative

Usage

# Run with default memory file
npx coaia-narrative

# Run with custom memory path
npx coaia-narrative --memory-path ./my-charts.jsonl

# In Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "coaia-narrative": {
      "command": "npx",
      "args": ["-y", "coaia-narrative", "--memory-path", "./narrative-memory.jsonl"],
      "env": {
        "COAIA_TOOLS": "STC_TOOLS,NARRATIVE_TOOLS"
      }
    }
  }
}

Core Features

Structural Tension Charts (Proven Foundation)

  • list_active_charts - View all charts and progress
  • create_structural_tension_chart - Create new chart with desired outcome + current reality + action steps
  • add_action_step - Add strategic actions (creates telescoped sub-charts)
  • telescope_action_step - Break down actions into detailed sub-charts
  • mark_action_complete - Complete actions and update current reality

Narrative Beat Support (Extended Capability)

Documents complex incidents across three archetypal universes:

  • Engineer-world: Technical/analytical perspective
  • Ceremony-world: Relational/spiritual protocol awareness
  • Story-engine-world: Narrative/creative progression

Creative Orientation Principles

Focus on Creation - "What do you want to create?" not "What needs fixing?" ✅ Structural Tension - Honest current reality + clear desired outcome creates natural momentum ✅ Advancing Patterns - Success builds momentum; completed actions flow into reality ✅ Multi-Universe Awareness - Technical + relational + narrative perspectives simultaneously

Tool Configuration

# Default: Both STCs and narrative tools
COAIA_TOOLS="STC_TOOLS,NARRATIVE_TOOLS" npx coaia-narrative

# Structural tension charts only
COAIA_TOOLS="STC_TOOLS" npx coaia-narrative

# Minimal core tools
COAIA_TOOLS="CORE_TOOLS" npx coaia-narrative

Memory Format

Memory stored as JSONL with:

  • Entity records - Structural tension charts, current reality, desired outcomes, action steps
  • Relation records - Links between entities showing chart hierarchy and advancement
  • Narrative records - Extended narrative beat entities with multi-universe perspective

All records are backward compatible JSONL format.

Status

✅ Production Ready - MCP server fully functional and tested

Builds with npm run build and launches successfully with all tools available.

License

MIT