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

@ldp-protocol/sdk

v3.0.0

Published

LDP — Local Data Protocol. Privacy-first AI access to personal local data.

Readme

LDP — Local Data Protocol

Give any AI complete awareness of your Mac. Privately. Automatically. Zero upload.

npm license

What LDP reads

| App | Data | |-----|------| | WhatsApp | 200K+ messages with contact names | | iMessage | All messages | | Apple Notes | All notes | | Safari | Browse history | | Chrome | Browse history with URLs | | Calendar | All events | | Contacts | Names, phones, emails | | Apple Mail | All emails | | Shell History | Terminal commands | | Git | Commits across all repos | | Reminders | All tasks | | Signal | Messages (consent required) | | System Logs | All system logs |

Install — 3 steps

Step 1 — Clone and install

git clone https://github.com/ldp-protocol/ldp-js
cd ldp-js/core-scripts
npm install

Step 2 — Add API keys (free)

Get free keys:

  • Groq: console.groq.com (free, fastest)
  • Gemini: aistudio.google.com (free)
echo 'export GROQ_API_KEY="gsk_..."' >> ~/.zshrc
echo 'export GEMINI_API_KEY="AIza..."' >> ~/.zshrc
source ~/.zshrc

Step 3 — Connect to Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "ldp": {
      "command": "python3",
      "args": ["/path/to/ldp-js/core-scripts/ldp_server.py"]
    }
  }
}

Restart Claude Desktop. Done.

Ask Claude anything

"What did I work on yesterday?"
"Show my last 10 WhatsApp messages"
"What meetings do I have this week?"
"Tell me everything about John"
"What did I browse last night?"

How it works

1. Scan    7 seconds — finds every database on your Mac
2. Identify  AI identifies each app — free, cached forever
3. Register  Every database becomes an MCP tool
4. Query     Claude reads locally — nothing leaves your Mac

Privacy

  • Zero data upload — ever
  • All processing on your Mac
  • Open source — verify every line
  • Audit log of every access at ~/.ldp/audit.log
  • Per-source consent — approve each app separately

AI Teacher Cascade

LDP uses free AI to identify unknown databases:

1. Preloaded cache     instant, free
2. Groq llama-3.3-70b  free, 100rpm
3. Gemini 2.0 flash    free, 60rpm
4. Ollama local        free, offline
5. Claude              last resort only
Typical cost: $0.00

Platform support

| Platform | Status | |----------|--------| | macOS | Full support | | iOS | Spec published — contributors welcome | | Android | Spec published — contributors welcome | | Windows | Coming soon |

Protocol spec

LDP is an open standard. Build LDP for any platform: See spec/LDP_PROTOCOL_v1.md

Support

If LDP saves you time, star this repo. Commercial use: [email protected]

License

MIT — Karthik Perumalla 2026 Data Protocol (LDP) project.*