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

memoryos-cli

v2.8.6

Published

Persistent memory for Claude Code

Downloads

319

Readme

memoryos-cli

npm version

Persistent memory for Claude Code. MemoryOS saves and recalls context across every session, project, and machine — so you never re-explain your stack again.

Quick Start

  1. Sign up at memory-os.dev and copy your API key from Settings
  2. Run the installer (global, one-time):
    npx memoryos-cli install
  3. Register a project (once per repo):
    cd your-project
    npx memoryos-cli init
  4. Use Claude Code normally — sessions are saved and recalled automatically.

Updating

npx caches packages locally, so re-running npx memoryos-cli install may use a stale version. To update to the latest release:

npx memoryos-cli@latest install

Your API key, projects, and memories are preserved — only the local hooks and libraries are updated.

Commands

install

Global one-time setup. Validates your API key, installs atom hooks to ~/.claude/hooks/, MCP server to ~/.claude/memory/, shared libraries to ~/.memoryos/lib/, local BGE embedder (~130 MB), and MemoryOS instructions in ~/.claude/CLAUDE.md.

init

Run inside a project repo. Prompts for a project name, scans for README.md, package.json, pyproject.toml, Cargo.toml, or go.mod, and seeds initial memory so Claude has context from day one.

scan

Re-scan the current repository and refresh seed memories. Deletes old scan data and re-creates seed atoms from the current repo state. Useful after major refactors or dependency changes.

backfill-tokens

Walk all Claude Code session transcripts in ~/.claude/projects/, sum exact token usage per session, and update the dashboard with accurate lifetime and per-project token counts.

backfill-interceptors

Scan past transcripts to estimate how many tool calls MemoryOS interceptors would have optimized — read dedup, bash rewrite, grep/glob caching, and more. Posts baseline counters to your dashboard.

backfill-tokens and backfill-interceptors are optional power-user commands for populating historical data on your dashboard. Run once after installing if you want retroactive stats.

Documentation

Full docs: memory-os.dev/docs

Support

[email protected]

License

Proprietary — see LICENSE