MCP Hub
Back to servers

Remember-Memory

A classification-based persistent memory system that allows AI models to store, categorize, and retrieve information across different chat sessions using a standardized API.

Stars
2
Tools
4
Updated
Jan 9, 2026
Validated
Feb 22, 2026

分类记忆服务器 Remember Memory

一个基于分类的持久化记忆系统实现,允许Claude跨聊天会话存储和检索分类记忆信息。 An implementation of a classification-based persistent memory system that enables Claude to store and retrieve classified memory information across chat sessions## 工具列表 Tool List

本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。 本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。

工具 Tool描述 Description
remember_memoryStores a memory with optional tags in a specified category
retrieve_memoriesRetrieves all memories from a specified category
remove_memory_categoryRemoves all memories within a specified category
remove_specific_memoryRemoves a specific memory within a specified category

检查服务 ## Inspector

工具在线测试: https://mcp.xiaobenyang.com/inspector/1777316659460099

Online Tool test https://mcp.xiaobenyang.com/inspector/1777316659460099

服务配置 MCP Server Config

如何获取 XBY-APIKEY ? How to get XBY-APIKEY ?

访问小笨羊科技网站 https://xiaobenyang.com,注册用户即可获得APIKEY Visit XiaoBenYang website https://xiaobenyang.com, register and get the APIKEY.

SSE

{
  "mcpServers": {
    "分类记忆服务器": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "sse",
      "url": "https://mcp.xiaobenyang.com/1777316659460099/sse"
    }
  }
}

STREAMABLE HTTP

{
  "mcpServers": {
    "分类记忆服务器": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "streamable_http",
      "url": "https://mcp.xiaobenyang.com/1777316659460099/mcp"
    }
  }
}

STDIO

{
    "mcpServers": {
        "分类记忆服务器": {
          "command": "npx",
          "args": [
            "-y",
            "xiaobenyang-mcp"
          ],
          "env": {
            "XBY_APIKEY": "<YOUR_XBY_APIKEY>",
            "mcpId": "1777316659460099",
          },
          "transport": "stdio"
        }
      }
}

Reviews

No reviews yet

Sign in to write a review