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

smolify

v0.0.3

Published

Install the Smolify MCP and agent skill across coding agents.

Readme

smolify

One command installs the hosted Smolify MCP and the smolify-api-docs Agent Skill without copying access tokens into a repository:

npx -y smolify

Or install it once. Like CodeDB's installer, a global npm install detects the agents already present on the machine and registers Smolify additively:

npm install -g smolify
smolify doctor

smolify is the primary executable; smoly remains as a compatible alias. Local dependency installs do not edit user configuration. Set SMOLIFY_SKIP_POSTINSTALL=1 to skip global auto-registration too.

The installer writes an additive portable smolify entry to ~/.mcpconfig.json, writes each detected agent's native configuration shape, and installs the cross-client skill at ~/.agents/skills/smolify-api-docs. The native files are authoritative because remote MCP fields differ between clients.

smolify install --agent codex,cursor
smolify install --dry-run
smolify status
smolify doctor
smolify uninstall

Public repository discovery and search work without signing in. Private docs, ratings, proposals, and publishing use the agent's MCP OAuth flow. For Codex, you can authorize explicitly with:

codex mcp login smolify

The installer only updates the smolify MCP entry. Other MCP servers and unrelated agent settings are preserved, and writes are atomic.

Supported agents

| Agent | Configuration written | Transport | |---|---|---| | Codex | ~/.codex/config.toml | Native Streamable HTTP | | Claude Code | ~/.claude.json | Native HTTP | | Gemini CLI | ~/.gemini/settings.json | Native Streamable HTTP | | Devin | ~/.config/devin/config.json | Native HTTP | | Cursor | ~/.cursor/mcp.json | Native Streamable HTTP | | Windsurf | ~/.codeium/windsurf/mcp_config.json | Native HTTP | | OpenCode | ~/.config/opencode/opencode.json | Native remote MCP | | Factory Droid | ~/.factory/mcp.json | Native HTTP | | Forge | ~/forge/.mcp.json | Native HTTP | | Graff | <current project>/.mcp.json | Stdio through pinned mcp-remote |

Pass --agent graff from the project you want to configure. Graff currently accepts stdio MCP servers, so Smolify uses a pinned HTTP-to-stdio bridge for that client. All other clients connect to Smolify directly.

Smolify is hosted, so there is no platform binary to download: clients connect directly to https://app.smol.ly/mcp, preserving native HTTP transport and OAuth where the client supports it. smolify doctor performs a real MCP initialize and tool-discovery handshake against that endpoint.