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

memory-bank-mcp-lite

v0.1.1

Published

精简的 Memory Bank MCP 服务器,支持项目开发生命周期管理

Readme

Memory Bank MCP 服务器 (Lite 版)

一个安全精简的 Model Context Protocol (MCP) 服务器,提供项目开发生命周期管理工具。

⚠️ 安全提醒: 请使用 memory-bank-mcp-lite,避免使用不安全的 memory-bank-mcp 包。详见 SECURITY.md

🚀 快速开始(推荐)

直接使用,无需安装:

# 在 MCP 客户端配置中使用
npx -y memory-bank-mcp-lite

MCP 客户端配置示例:

{
  "mcpServers": {
    "memory-bank-lite": {
      "command": "npx",
      "args": [
        "-y",
        "memory-bank-mcp-lite"
      ]
    }
  }
}

📦 本地开发

# 克隆仓库
git clone <repository-url>
cd memory-bank-mcp-lite-lite

# 安装依赖
npm install

# 启动服务器
npm start
# 或直接运行
./index.js

🛠 可用工具

| 工具 | 功能 | 参数 | |------|------|------| | van | 项目复杂度分析 | projectPath | | plan | 生成项目计划 | task, scope (可选) | | creative | 设计方案生成 | component, requirements | | implement | 执行实现 | component, approach | | qa | 质量检查 | component | | archive | 项目归档 | projectPath |

💡 使用示例

在支持 MCP 的 AI 对话中直接使用:

使用 van 工具分析项目 /path/to/my-project
使用 plan 工具为"开发用户认证系统"生成计划
使用 creative 工具为 UserAuth 组件生成设计方案

✨ 特性

  • 🚫 零污染:通过 npx 直接运行,不污染本地环境
  • 极速启动:单文件架构,最小依赖
  • 🎯 专注核心:6 个精选工具覆盖开发全流程
  • 🔧 开箱即用:无需配置,即开即用

📋 系统要求

  • Node.js >= 18
  • 支持 MCP 协议的客户端

🏗 架构优势

  • 单文件设计:避免复杂的目录结构
  • ES 模块化:使用现代 JavaScript 标准
  • 最小依赖:仅依赖 @modelcontextprotocol/sdk
  • 类型安全:利用 Zod 进行参数验证

精简设计,专注效率,开箱即用 🎯