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

understand-anything-mcp

v2.7.8

Published

Understand Anything MCP server for analyzing legacy systems and codebase architecture.

Readme

Understand Anything MCP

Understand Anything MCP 是一个本地 stdio MCP 服务,用于分析历史系统、陌生代码库和大型项目架构。

它可以让 Codex、Cursor、Claude 等支持 MCP 的工具直接调用 Understand Anything 的能力,完成静态扫描、知识图谱读取、架构报告、依赖关系分析、文件/组件解释和新人上手文档生成。

使用方式

在 MCP 客户端中配置:

{
  "mcpServers": {
    "understand-anything": {
      "command": "npx",
      "args": [
        "-y",
        "understand-anything-mcp@latest"
      ],
      "env": {}
    }
  }
}

首次启动时会自动安装依赖并构建运行时,用户不需要手动执行 pnpm installpnpm build

可用工具

  • ua_status:检查目标项目是否已有配置和知识图谱
  • ua_configure:写入 .understand-anything/config.json,默认中文
  • ua_scan_project:扫描项目文件、语言、分类和复杂度
  • ua_graph_summary:读取知识图谱概览
  • ua_architecture_report:生成中文架构报告
  • ua_dependency_report:生成依赖关系报告
  • ua_chat_context:生成图谱问答上下文
  • ua_explain:解释文件或组件
  • ua_onboarding_doc:生成新人上手文档
  • ua_skill_instructions:读取原始 Understand Anything skill 工作流说明

示例

接入 MCP 后,可以直接对 AI 说:

使用 understand-anything MCP 分析 /path/to/legacy-system,输出中文架构报告、模块依赖和复杂度风险。

License

MIT