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

arl-next-mcp

v1.0.0

Published

ARL-Next MCP Server

Readme

ARL-Next MCP Server

这是 ARL-Next 的官方 MCP (Model Context Protocol) 服务代理。

该模块作为一个中间代理,允许 AI 助手(如 Cursor, Claude Desktop 等)安全地通过你的本地环境与远端的 ARL-Next 服务进行交互,无需在公网服务端暴露额外端口

🚀 快速接入

完全无需本地安装! 只需在你的 AI 客户端(如 Cursor 或 Claude)的 MCP 配置文件中添加以下内容:

{
  "mcpServers": {
    "ARL-Next": {
      "command": "npx",
      "args": [
        "-y",
        "@arl-next/mcp"
      ],
      "env": {
        "ARL_HOST": "https://你的服务器IP",
        "ARL_TOKEN": "你的API_TOKEN"
      }
    }
  }
}
  1. 重启加载: 保存文件后,重启您的 Antigravity IDE 即可。当您在侧边栏或代码助手对话时,就可以直接让它去“搜索 ARL 最新资产”了。

🛠️ 当前支持的 Tools

  1. search_assets:从资产库中智能查询资产(支持 site, ip, domain, cert, service 类型)。
  2. get_tasks:获取最近的扫描任务状态。

更多自动化漏洞分析和下发任务功能持续更新中...