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 🙏

© 2025 – Pkg Stats / Ryan Hefner

pigx-wiki-mcp

v1.5.3

Published

PIGX 微服务开发平台知识库助手 - 基于 Milvus 向量数据库的智能知识检索

Readme

🐷 PIGX Knowledge MCP Server - PIGX 知识库助手

PIGX 微服务开发平台的智能知识库助手,基于向量数据库实现语义搜索

基于 MCP(Model Context Protocol) 协议打造的 PIGX 知识库服务器,为开发者提供 PIGX 微服务平台的智能文档检索和技术支持。

🚀 快速开始

无需任何配置,开箱即用! 服务器已内置 PIGX 官方知识库的默认配置。

配置示例

在你的 MCP 客户端配置文件中添加:

{
  "mcpServers": {
    "pigx-wiki": {
      "command": "npx",
      "args": ["pigx-wiki-mcp"]
    }
  }
}

配置文件位置

  • Cursor: .cursor/config.json 或设置界面
  • 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

重启客户端后即可使用!

⚙️ 自定义配置(可选)

如果你需要使用自己的 Milvus 知识库,可以通过环境变量覆盖默认配置:

{
  "mcpServers": {
    "pigx-wiki": {
      "command": "npx",
      "args": ["pigx-wiki-mcp"],
      "env": {
        "MILVUS_ENDPOINT": "https://your-milvus-endpoint",
        "MILVUS_TOKEN": "your_milvus_token",
        "MILVUS_COLLECTION": "your_collection_name",
        "GITEE_API_KEY": "your_gitee_api_key"
      }
    }
  }
}

📚 使用示例

直接在 AI 助手中提问即可:

  • "PIGX 如何配置 OAuth2 认证?"
  • "PIGX 的权限管理是如何实现的?"
  • "如何使用 PIGX 的代码生成器?"
  • "PIGX 支持哪些数据库?"
  • "如何部署 PIGX 到生产环境?"

AI 助手会自动调用知识库搜索工具,返回相关的 PIGX 文档内容。

🔗 相关链接


🐷 让 PIGX 开发更高效,让知识触手可及!