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

create-atlas-mcp

v0.1.0

Published

One command. Turns Claude Desktop, Cursor, or Windsurf into a full Atlas agent with memory, web, search, actions, code intelligence, and sandboxed filesystem access.

Readme

create-atlas-agent

Turn any MCP-compatible AI agent into a full Atlas agent in one command.

npx create-atlas-agent

That's it. Detects Claude Desktop, Cursor, and Windsurf on your machine, adds all six Atlas MCP servers to each config (with a .bak backup of your existing file), and prints the next steps.

What it installs

| Server | What it adds | |--------|--------------| | atlas-mcp-memory | Persistent memory across sessions (SQLite + FTS5) | | atlas-mcp-web | Six web extraction tools (article, metadata, tables, links, contact, tech stack) | | atlas-mcp-search | Seven unified search providers (DDG, GitHub, npm, PyPI, SO, Wikipedia, HN) | | atlas-mcp-actions | Five action tools (email, webhooks, HTTP, calendar, shell) | | atlas-mcp-code | Seven code intelligence tools (search, outline, find_symbol, references, stats) | | atlas-mcp-files | Ten sandboxed filesystem tools (list, read, write, move, copy, delete — allowlist-gated) |

42 new tools. One install.

Usage

# Interactive — detects clients and confirms before writing
npx create-atlas-agent

# Preview what would change without writing
npx create-atlas-agent --dry-run

# Install only specific servers
npx create-atlas-agent --only memory,web,search,files

# Install into a specific client
npx create-atlas-agent --target claude

# Skip confirmation prompts (for scripts)
npx create-atlas-agent --yes

# Help
npx create-atlas-agent --help

Where it writes

| Client | Config path | |--------|-------------| | Claude Desktop (macOS) | ~/Library/Application Support/Claude/claude_desktop_config.json | | Claude Desktop (Windows) | %APPDATA%\Claude\claude_desktop_config.json | | Claude Desktop (Linux) | ~/.config/Claude/claude_desktop_config.json | | Cursor | ~/.cursor/mcp.json | | Windsurf | ~/.codeium/windsurf/mcp_config.json |

A .bak copy of each existing config is created before any write. Existing MCP servers in your config are preserved — Atlas servers are merged in alongside them.

After install

  1. Restart your MCP client
  2. Ask your agent: "what Atlas tools do you have?"
  3. (Optional) Set SMTP_URL in the atlas-actions env block if you want send_email to work

License

MIT

Links