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

openclaw-memory-mapper

v1.2.3

Published

Visualize your Claude agent's memory architecture

Downloads

431

Readme

OpenClaw Memory Mapper

Stop Flying Blind: Visualize Your AI's Memory

Your AI knows everything about you. But you know nothing about what it remembers.

Local AI memory systems are black boxes - scattered files across various directories with no visibility into what's stored, how it's organized, or why your AI "forgot" something it should know. Debugging means manually digging through directories, hoping to find the right file.

Memory Mapper changes that. One command, complete visibility.

Quick Start

npx openclaw-memory-mapper

That's it. Your browser opens and guides you through setup.

Onboarding

When you first launch Memory Mapper, the onboarding wizard walks you through setup:

Step 1: Welcome

Review the security guarantees (100% local, read-only, no telemetry).

Step 2: Configure Sources

Add the path(s) to your memory directories:

  1. Click "Add custom path"
  2. Enter your memory folder path (e.g., ~/my-memory, ~/.claude, or any directory where your AI stores memory files)
  3. The app auto-detects if the path exists
  4. Check the box to enable the source
  5. Add multiple paths if your memory is spread across directories

Step 3: Review

Confirm the paths you've configured and click "Get Started".

That's it - you're in.

Why Use This?

Debug 10x Faster

When your AI behaves oddly or "forgets" something, instantly see what memory it actually has access to. No more guessing, no more find commands.

Memory Hygiene

Spot orphaned files, see storage usage across layers, and understand what's taking up space. Keep your memory system clean and efficient.

System Understanding

Finally see how your local AI actually stores and retrieves information. Interactive flow diagrams show your memory architecture.

Migration Helper

Visualize your memory layout before and after upgrading or moving AI systems. Know exactly what you're working with.

Features

Architecture View

Interactive flow diagram showing your memory structure, auto-discovered from your configured paths:

  • Daily Logs - Temporal memory files (YYYY-MM-DD.md pattern)
  • Architecture Docs - System documentation (*_ARCHITECTURE.md)
  • Persistent Memory - Long-term memory stores
  • Context Builders - Dynamic context assembly
  • Knowledge Bases - Specialized knowledge (crypto, domain-specific)
  • Swarm Telemetry - Multi-agent logs and scripts
  • Archives - Compressed historical data

Click any node to see details about that memory layer.

File Browser

Explore the actual files that make up your AI's memory:

  • Browse any configured memory directory
  • See file sizes, modification dates, and directory structure
  • Read file contents directly in the app

Security & Privacy Dashboard

Full transparency into what the app is doing:

  • Activity log showing every file access
  • Pause/resume access controls
  • Export audit trail as CSV
  • Revoke permissions at any time

System Status

Real-time overview of your memory system:

  • Connection status for each configured source
  • File counts and storage usage per layer
  • Refresh data on demand

Security & Privacy

Memory Mapper is designed with security as a core principle:

| Guarantee | Description | |-----------|-------------| | Read-Only | Cannot modify, delete, or create any files | | Local-Only | All processing on your machine, nothing sent externally | | No Telemetry | Zero analytics, tracking, or phone-home behavior | | User-Controlled | Only accesses paths you explicitly configure | | Open Source | Full source code available for audit |

Your AI's memories stay on your machine, visible only to you.

Installation

Quick (npx)

npx openclaw-memory-mapper

Global Install

npm install -g openclaw-memory-mapper
memory-mapper

The app starts a local server and opens in your browser at http://localhost:3001.

Who Is This For?

  • AI Power Users who've outgrown basic setups and need visibility into their memory systems
  • Developers building on local AI platforms who need debugging tools
  • Anyone who's ever thought "what does this AI actually remember about me?"

Development

git clone https://github.com/anthropics/openclaw-memory-mapper
cd openclaw-memory-mapper
bun install
bun run dev

Opens at http://localhost:5173 in development mode.

Requirements

  • Node.js 18+ or Bun
  • A local AI memory system (any directory structure)

Tech Stack

| Technology | Purpose | |------------|---------| | React 19 + TypeScript | Frontend framework | | Vite | Build tooling | | Tailwind CSS v4 | Styling | | React Flow | Architecture visualization | | Radix UI | Accessible components | | Express.js | Backend API |

License

MIT


Works with any local AI memory system - Claude, OpenClaw, or custom setups.