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

mmp-mcp

v1.1.1

Published

Model Memory Protocol MCP - 一种用于AI模型记忆管理的开放协议实现

Readme

MMP-MCP (Model-Memory-Protocol MCP)

一种用于 AI 模型记忆管理的开放协议实现,支持树形结构化记忆的存储和检索。

介绍

MMP-MCP 是 Model-Memory-Protocol 的 MCP 实现,提供了一套完整的 API 接口,用于管理 AI 模型的记忆树。MMP 支持树形结构化记忆,可以方便地存储和检索 AI 模型在交互过程中产生的记忆,实现跨会话的记忆管理。

功能特点

  • 创建和管理记忆集合
  • 树形结构化记忆存储
  • 支持多种内容类型(JSON、Markdown、XML、纯文本)
  • 记忆节点初始化管理
  • 批量操作支持

使用方法

{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": ["mmp-mcp"],
      "env": {
        "MMP_RPC_ENDPOINT": "http://localhost:18080/rpc",
        "MMP_DEFAULT_MEMORY_ID": "mm-xxxx"
      }
    }
  }
}

API 接口

MMP-MCP 提供了以下 API 接口:

  • memory.GetInitNodes: 获取所有待初始化节点
  • memory.Add: 添加记忆
  • memory.Get: 获取记忆
  • memory.List: 获取记忆列表
  • memory.Update: 更新记忆
  • memory.Delete: 删除记忆
  • memory.Batch: 批量获取记忆节点
  • memManager.Create: 创建新的记忆树 ID
  • memManager.ApplyTemplate: 为记忆 ID 应用模板

详细的 API 文档请参考 OpenRPC 规范。

许可证

MIT