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

@llangtop/pwiki-mcp

v1.2.2

Published

Wiki knowledge base MCP server — for Claude Code, Cursor, and other MCP clients

Readme

@llangtop/pwiki-mcp

Wiki 知识库 MCP Server,接入 Claude Code / Cursor 等 AI 客户端。

安装

npm i -g @llangtop/pwiki-mcp

配置

{
  "mcpServers": {
    "pwiki": {
      "command": "node",
      "args": ["%APPDATA%\\npm\\node_modules\\@llangtop\\pwiki-mcp\\dist\\index.js"],
      "env": {
        "WIKI_HOME": "C:\\Users\\xxx\\.pwiki",
        "LLM_API_KEY": "sk-xxx"
      }
    }
  }
}

工具(19 个)

搜索与读取

| 工具 | 说明 | |------|------| | wiki_search | 搜索,默认 hybrid | | wiki_read_entry | 读条目全文 |

数据源

| 工具 | 说明 | |------|------| | wiki_load | 加载目录 | | wiki_unload | 卸载 / 列出 | | wiki_refresh | 重建索引 + embedding |

条目管理

| 工具 | 说明 | |------|------| | wiki_create_entry | 创建 .md 条目 | | wiki_modify_entry | 覆盖修改 | | wiki_rename_entry | 重命名 | | wiki_move_entry | 移动 |

语义

| 工具 | 说明 | |------|------| | wiki_enable_semantic | 开关语义搜索 | | wiki_generate_embeddings | 生成向量 | | wiki_list_models | 模型列表(JSON) |

编译(需 API Key)

| 工具 | 说明 | |------|------| | wiki_compile_status | 编译状态 | | wiki_compile | 编译单个 | | wiki_compile_all | 批量编译 | | wiki_get_compile_prompt | 获取编译 prompt | | wiki_store_compiled | 存入编译结果 |

状态

| 工具 | 说明 | |------|------| | wiki_status | 总览(建议 first call) | | wiki_llm_status | LLM 配置 |

前置条件

AI 连接 MCP 后,wiki_status 会引导完成:加载 → 语义 → embedding。

环境变量

| 变量 | 用途 | |------|------| | WIKI_HOME | 数据目录 | | LLM_API_KEY | LLM API Key | | LLM_API_BASE | 自定义 API 地址 | | LLM_MODEL | 自定义模型 |