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

infrastructure-tui

v1.2.0

Published

Interactive terminal UI for managing Cloudflare, Namecheap, and Fleet infrastructure via MCP

Readme

infrastructure-tui

npm Node 20 License: MIT

Interactive terminal UI for managing Cloudflare, Namecheap, and Fleet infrastructure. Dashboard-first design with domain onboarding, DNS management, and security auditing — no AI agent required.

Built with Ink (React for CLIs). Communicates with the Infrastructure MCP Server over stdio.

Install

npx infrastructure-tui

Or install globally:

npm install -g infrastructure-tui
infrastructure-tui

Requires: Java 21+ (for the MCP server subprocess) and the infrastructure-mcp JAR.

First run

npx infrastructure-tui --setup

The setup wizard guides you through:

  1. Experience level — adapts the interface to your knowledge
  2. Source code review — encourages reviewing the code before entering credentials (learner mode)
  3. Credentials — Cloudflare API key, Namecheap API key, Fleet config
  4. Connection test — verifies the MCP server starts correctly

Config is saved to ~/.infrastructure-mcp.json with 0600 permissions.

Features

  • Dashboard — see all Cloudflare zones and Fleet apps at a glance
  • Domain onboarding — create zone, migrate DNS, apply 30+ security settings
  • Zone detail — DNS records table + full protection audit
  • Bulk audit — verify protection across all zones
  • Fleet viewer — list apps and domains

Keyboard shortcuts

| Key | Action | |-----|--------| | up/dn | Navigate | | Enter | Drill into zone | | o | Onboard domain | | a | Audit all zones | | r | Refresh | | s | Settings | | q | Quit |

Options

--jar <path>     Path to infrastructure-mcp JAR (auto-discovered if omitted)
--config <path>  Config file path (default: ~/.infrastructure-mcp.json)
--setup          Force re-run setup wizard
--version        Show version
--help           Show help

Documentation

Full docs: infrastructure-mcp.hesketh.pro

License

MIT