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

@hawkeye-xb.com/imprint-cli

v0.2.6

Published

Imprint CLI — long-term memory for AI coding tools (Claude Code, Cursor, Codex). Installs the imprint MCP server into your tool's settings file via a browser OAuth flow.

Readme

@hawkeye-xb.com/imprint-cli

Installer for Imprint — a long-term memory layer for AI coding tools (Claude Code, Cursor, Codex). Runs an OAuth flow in your browser, then writes the imprint MCP server entry into the target tool's settings file.

Quick install

Tell your AI agent (or run yourself):

npx --yes @hawkeye-xb.com/imprint-cli install

Defaults to Claude Code (~/.claude/settings.json). For Cursor or Codex:

npx --yes @hawkeye-xb.com/imprint-cli install --tool cursor
npx --yes @hawkeye-xb.com/imprint-cli install --tool codex

A browser opens to authorize via Logto. The CLI captures the issued Personal API Token, writes the MCP server entry without disturbing your other settings, and exits. Restart the AI tool to pick up the new server.

Commands

| | | |---|---| | imprint | Alias for imprint login. | | imprint login | OAuth via browser; saves token to ~/.imprint/credentials.json (mode 0600). | | imprint install [--tool <id>] | Log in (if needed) and write MCP config. Tools: claude-code (default), cursor, codex. | | imprint logout | Forget the saved token. | | imprint whoami | Print where the credentials are stored. |

What it writes

| Tool | File | Format | |---|---|---| | claude-code | ~/.claude/settings.json | JSON; merges mcpServers.imprint without touching other entries | | cursor | ~/.cursor/mcp.json | Same JSON merge | | codex | ~/.codex/config.toml | TOML block bracketed by # === imprint:begin / end === markers, idempotent on re-install |

Environment overrides

| Variable | Purpose | |---|---| | IMPRINT_DASHBOARD_URL | Override the dashboard origin (default: https://imprint.hawkeye-xb.com). | | IMPRINT_API_BASE | Override the worker API base URL. Defaults to whatever the dashboard's /.well-known/imprint.json reports. |

License

Elastic License 2.0 (ELv2). See repo root.