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

knowz-mcp

v0.7.1

Published

Frictionless knowledge management via the Knowz MCP server -- search, save, and query knowledge across vaults

Readme

Knowz

Your knowledge base, inside your AI assistant.

Knowz gives your AI a persistent memory. Every decision your team makes, every convention you establish, every hard-won lesson — captured once, available forever, woven into every conversation automatically.


Why

Teams make the same decisions twice because no one remembers the first time. AI assistants make it worse — they're stateless. Every conversation starts from zero.

Knowz fixes this. Ask a question and get an answer grounded in what your team actually knows. Share an insight and it's captured for everyone. Your AI stops guessing and starts remembering.


What You Can Do

  • Ask questions — "What's our convention for error handling?" returns your team's actual answer, not a generic one
  • Save learnings — capture decisions and patterns as you work, without leaving your flow
  • Search everything — semantic search that understands meaning, not just keywords
  • Browse knowledge — see topics, patterns, and gaps at a glance

Auto-Detection

The standout feature. When you ask about a past decision, Knowz silently searches your vaults and weaves the answer into the conversation — no command needed. When you share an insight worth keeping, Knowz offers to save it.

It's like having a team member with perfect memory sitting alongside you.


Works With Any AI

The Knowz MCP server works with any AI model and any MCP-compatible agent. This plugin is a convenience layer for Claude Code, but the knowledge base is accessible from Claude, ChatGPT, Gemini, Copilot, or any tool that supports MCP.


Quick Start

# New users
/knowz register            # create account + configure MCP + set up vault
# restart Claude Code
/knowz status              # verify connection

# Existing users
/knowz setup <api-key>     # configure with API key
/knowz setup --oauth       # or configure with OAuth

# Daily usage
/knowz ask "What's our convention for error handling?"
/knowz save "We chose Redis over Memcached for pub/sub support"
/knowz amend "Add a caveat to the auth pattern: SameSite=None requires Secure in production"
/knowz search "authentication patterns"
/knowz browse

Commands

| Command | Description | |---------|-------------| | /knowz ask "question" | AI-powered Q&A against your vaults | | /knowz save "insight" | Capture knowledge with automatic routing | | /knowz amend "change" | Targeted edit of an existing vault item — just describe the change | | /knowz search "query" | Semantic search across vaults | | /knowz browse [vault] | Browse vault contents and topics | | /knowz setup | Configure MCP connection and vault routing | | /knowz status | Check connection and vault health | | /knowz register | Create account and set up everything | | /knowz flush | Process pending captures queued while MCP was unavailable |


Skills

| Skill | Invocation | User-Invocable | Description | |-------|-----------|----------------|-------------| | knowz | /knowz <action> | Yes | Search, save, query, amend, and manage durable knowledge in Knowz vaults. Handles ask, save, amend, search, browse, setup, status, register, and flush. | | knowz-auto | Automatic | No | Auto-detects vault-relevant conversations — silently searches vaults on knowledge questions, and offers to save or amend insights without an explicit command. |


Works With KnowzCode

Knowz integrates with the KnowzCode development methodology — past decisions are searchable during planning, and durable learnings are captured automatically after each feature ships. KnowzCode owns local workflow continuity such as /knowzcode:regroup and /knowzcode:continue.

Works fully standalone too. No KnowzCode required.


Full capabilities · knowz.io