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

recollect-os-mcp

v0.3.7

Published

Stdio MCP for file-native judgment vaults — works with any MCP host/model; propose/apply gate (not a memory dump)

Readme

recollect-os-mcp

Local stdio MCP for Recollect-shaped vaults.

npm name: recollect-os-mcpnot the unrelated npm package recollect-mcp (SQLite memory).
Vault stays Markdown-only. This package is an adapter: resolve paths, enforce policy, mediate writes.

Audit: AUDIT.md. Runtime plan: ../docs/RUNTIME-PLAN.md.
Private twin notes: Recollect CONNECTORS.md §10 — amend same turn as this file.

Status: v0.3.7 — read/boot + status · propose_write · apply_write · JSON envelopes (ok/code/message) · privacy-safe .recollect/audit.jsonl.
CLI twin: recollect-os propose / recollect-os accept (see docs/DEMO.md).
No further core tools until published-path usage justifies it.

Write gate classes (formal): Auto · Propose · Human-gate · Forbidden — plain meanings in ../docs/LAW.md.


Tools — shipped (v0.3)

| Tool | Behavior | |------|----------| | boot | Views over fixed paths. pack: pulse (default) · attach · law · map_intent · map_index · who · full | | resolve_intent | Match index Intent rows → ≤3 matches × ≤2 vault paths. Not full-text search. | | read_note | One vault-relative path. Refuses traversal, Secrets/, Archive/, People/, sensitivity: restricted | | capture_inbox | Write vault/Inbox/YYYY-MM-DD-HHmm-slug.md with domain: personal, type: note. Auto when you invoke it. |

boot packs

| pack | Contents | |------|----------| | pulse | RECOLLECT.md## Active context only (personal focus strip) | | attach | pulse + who + map_intent (≤12k chars) — dialed-in recipe | | law | RECOLLECT.md without Active | | map_intent | Map preamble + Intent + Research packs | | map_index | Map Identity → Sensitivity indexes | | who | Me.md + Preferences.md | | full | All four files (minimal attach pack) |

Live surfaces: personal focus ≈ pulse. Project Now ≈ resolve → read hub ## Now / pack Live. The index is not live status.

Write gate (v0.3)

| Tool | Behavior | |------|----------| | status | Personal focus ± one project Now; no counters; no whole vault | | propose_write | Draft only → .recollect/proposals/<id>.json (TTL 24h). Never durable-writes the vault | | apply_write | { proposal_id, accept: true } only path to apply Propose/Human-gate drafts via MCP. Forbidden always refuses. CLI twin: recollect-os accept <id> |


Install / attach

Host matrix + snippets: ../docs/ATTACH-GRID.md (attach source of truth).

npx -y recollect-os init ~/recollect

init wires Cursor. Other hosts: use the grid. Windows: npm i -g recollect-os if npx misses the bin; --rewire after upgrades.

Monorepo build:

cd mcp && npm install && npm run build

Point any host’s stdio config at mcp/dist/src/index.js with RECOLLECT_ROOT = vault root. Never commit machine paths as the shared source of truth.

After capture_inbox / apply_write, git commit is your / the host’s duty.

Known limit: gate = tool-mediated writes only.

Policy (encoded)

  • Open ≤2 spirit: no list/search dump; resolve_intent caps paths; one path per read_note
  • Auto writes: Inbox only via capture_inbox; personal-only
  • Restricted: hard refuse on read; capture never sets restricted
  • Logs: stderr only

Tests

npm test

License

MIT