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

eden-me

v0.1.10

Published

Your personal AI identity — one install, every AI tool knows you. 你的 AI 身份,一次安装,所有工具都认识你。

Readme


Every AI conversation starts from zero. You re-explain your stack, your preferences, your project context — over and over, across every tool, every session.

Eden fixes this. Install once, and every AI tool you use knows you instantly.

Eden is an MCP server that sleeps until your AI tools wake it up. Each time it wakes, it scans what changed, then serves your identity to Claude Code, Cursor, Windsurf — automatically.

Install

npx eden-me

That's it. No config files. No API keys for the core experience.

What happens

$ npx eden-me

  Scanning your environment...

  9 projects. TypeScript, React, Three.js.
  React · Next.js · Tailwind · Vite · Three.js

  ✓ Claude Code → connected
  ✓ Cursor → connected

  Eden is ready. It will sleep until your next AI session.

$ claude

  [Eden wakes up]
  3 hours since last session. 2 new commits in eden-cli.
  All projects clean — nothing uncommitted.

How it works

Eden sleeps between sessions. No daemon, no background process, zero cost.

  ┌─────────────────────────────────┐
  │         Eden sleeps             │
  │   zero CPU · zero memory        │
  └───────────────┬─────────────────┘
                  │ agent calls eden_get_user
  ┌───────────────┴─────────────────┐
  │       Eden wakes up             │
  │  < 5 min → cache               │
  │  5m-1h  → quick git scan       │
  │  > 1h   → full project rescan  │
  └───────────────┬─────────────────┘
                  │ returns identity + changes
  ┌──────────┬────┴────┬────────────┐
  │ Claude   │ Cursor  │ Windsurf   │
  │ Code     │         │            │
  └──────────┴─────────┴────────────┘
                  │ session ends
                  → Eden sleeps again

MCP tools

Available to any connected AI agent:

| Tool | Description | |------|-------------| | eden_get_user | Full developer profile + wake-up report (what changed since last session). Call at conversation start. | | eden_remember | Store a categorized observation: preference, pattern, decision, skill, context. | | eden_search_memory | Search memories by keyword and category. | | eden_get_project | Everything Eden knows about a specific project. | | eden_weekly_report | Narrative weekly insight report — patterns, reflections, not just stats. |

CLI commands

| Command | Description | |---------|-------------| | eden | Start a conversation with Eden | | eden me | View your AI identity dashboard | | eden me --web | Open dashboard in browser | | eden memories | Browse Eden's memories | | eden report | Weekly coding insight report | | eden report -w 1 | Last week's report | | eden config | Privacy & settings | | eden sync github | Sync GitHub activity | | eden sync notion | Sync Notion pages | | eden sync cloud | Sync to web dashboard |

Data sources

| Source | How | What Eden learns | |--------|-----|-----------------| | Local filesystem | Auto (on init) | Projects, languages, frameworks | | Git | Auto (on wake-up) | Commits, branches, changes | | GitHub | eden sync github | PRs, issues, starred repos | | Notion | eden sync notion | Recent pages and notes | | Any file | Drop into ~/.eden/external/ | Anything you want Eden to know |

Privacy

Eden is local-first by design.

  • All data stays on your machine in ~/.eden/
  • No cloud, no telemetry, no tracking
  • You control exclusions via eden config
  • Memory is plain JSON — fully inspectable and deletable
  • rm -rf ~/.eden removes everything

Website

eden-me.vercel.app

License

MIT