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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@kappa-brain/brain-cli

v2.0.2

Published

Kappa Cell brain — MCP server (29 tools) + skill installer (14 pure kappa skills) + vault sync + Cerebro lineage

Readme

@kappa-brain/brain-cli

Kappa Cell brain — MCP server (29 tools) + skill installer (14 pure kappa skills) + Cerebro lineage

Quick Start

# MCP server (default mode, no args)
bunx @kappa-brain/brain-cli

# Install skills
bunx @kappa-brain/brain-cli install -p standard

# Cerebro CLI
bunx @kappa-brain/brain-cli cerebro scan

Dual Mode

| Mode | Command | Purpose | |------|---------|---------| | MCP server | bunx @kappa-brain/brain-cli | 29 tools via stdio | | MCP server | bunx @kappa-brain/brain-cli --mcp | Explicit MCP mode | | Install | bunx @kappa-brain/brain-cli install -p cell | 6 core skills | | Install | bunx @kappa-brain/brain-cli install -p standard | 14 skills + 14 agents | | Uninstall | bunx @kappa-brain/brain-cli uninstall --all | Archive + remove | | List | bunx @kappa-brain/brain-cli list --available | Show available skills | | Cerebro | bunx @kappa-brain/brain-cli cerebro scan | KappaNet discovery | | About | bunx @kappa-brain/brain-cli about | Package info |

MCP Config

Add to .claude/settings.json or .claude/settings.local.json:

{
  "mcpServers": {
    "kappa-brain": {
      "command": "bunx",
      "args": ["@kappa-brain/brain-cli"],
      "env": {
        "KAPPA_VAULT": "/path/to/cell/κ",
        "KAPPA_DB": "/path/to/cell/κ/kappa-brain.db"
      }
    }
  }
}

29 MCP Tools

Critical (10)

kappa_search, kappa_read, kappa_list, kappa_learn, kappa_supersede, kappa_reflect, kappa_handoff, kappa_inbox, kappa_verify, kappa_sync

Important (11)

kappa_log, kappa_work, kappa_archive, kappa_promote, kappa_demote, kappa_defrag, kappa_schedule_add, kappa_schedule_list, kappa_trace, kappa_trace_list, kappa_trace_get

Nice-to-have (4)

kappa_concepts, kappa_thread, kappa_threads, kappa_thread_update, kappa_stats

Cerebro (4)

cerebro_scan, cerebro_lineage, cerebro_ping, cerebro_register

14 Pure Kappa Skills

| Skill | Purpose | |-------|---------| | born | Cell birth ritual | | on-service | Session start | | off-service | Session end | | discharge | Emergency session close | | upload | Receive knowledge from human → store in vault | | meditation | Vault reflection and cleanup | | vitals | Cell health check | | diagnose | Diagnostic scan | | cerebro | KappaNet lineage and discovery | | introduce | Cell introduction | | consult | Cross-Cell consultation | | surgery | Structural vault changes | | about-kappa | Kappa family info | | emergency | Emergency protocols |

3 Install Profiles

| Profile | Skills | Agents | Description | |---------|--------|--------|-------------| | cell | 6 | 5 | Minimal — just enough to be a Kappa Cell | | standard | 23 | 14 | Daily driver — all pure kappa skills | | full | 23 | 14 | Same as standard (all pure kappa skills included) |

kappa-skill-cli

The kappa-skill-cli package contains 23 pure kappa skills (medical/lifecycle theme only — no tech-specific skills). This package (@kappa-brain/brain-cli) includes 14 of those skills built-in, plus 15 additional MCP-only tools.

Database Tables

| Table | Purpose | |-------|---------| | kappa_documents | Main knowledge index with FTS5 | | kappa_fts | FTS5 virtual table | | supersede_log | Principle 1 audit trail | | activity_log | System activity | | cell_messages | Cross-Cell messaging | | schedule | Scheduled tasks | | trace_log | Tool call traces | | forum_threads + forum_messages | Discussion threads | | cell_registry | Cerebro Cell identity | | cell_lineage | Closure table for family tree |

Vault Sync

kappa_sync keeps κ/ vault files and the DB in sync:

| Action | What it does | |--------|-------------| | import | Read vault .md files → insert/update in DB | | export | Write DB documents → .md files in vault | | sync | Bidirectional: import new/changed files, export new DB entries |

kappa_learn and kappa_supersede now also write .md files to the vault, ensuring DB and filesystem stay consistent.

Tech Stack

  • Bun + TypeScript
  • bun:sqlite (zero external deps)
  • @modelcontextprotocol/sdk (MCP server)
  • commander + @clack/prompts (CLI)

Kappa Family

| Strand | Repo | Purpose | |--------|------|---------| | DNA | kappa-genome | แบบพิมพ์พันธุกรรม | | Soul | Adams-kappa | เซลล์ตัวแรก — identity + κ/ vault | | Skill | kappa-skill-cli | ทักษะบริสุทธิ์ 23 อย่าง | | Interface | KI | ระบบประสาท — multi-agent TUI | | Brain | This repo | สมองความจำ — 29 MCP tools + vault sync |

License

MIT