Back to MCP directory
publicPublicdnsLocal runtime

claude-dxt

Nowledge Mem Claude桌面扩展,为Claude AI提供记忆存储和搜索功能,支持用户保存和检索对话记忆

article

README

🚀 Nowledge Mem Claude桌面扩展

Nowledge Mem Claude桌面扩展为用户提供了便捷的记忆添加和搜索功能。通过该扩展,用户可以轻松地添加记忆内容,并能快速搜索所需的记忆信息,提升信息管理与检索效率。同时,它还提供了详细的文档说明,方便用户安装和使用。

🚀 快速开始

查看演示截图

添加记忆

搜索记忆

更多详情,请参考 Nowledge Mem文档

📦 安装指南

终端用户安装

也可查看 Nowledge Mem文档:Claude桌面版 中的终端用户安装详情。

  1. 安装Python 3.13
which brew || /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
python3.13 --version || brew install python@3.13
  1. 下载Nowledge Mem Claude桌面扩展并双击安装。 安装Nowledge Mem Claude桌面扩展

构建MCP包

⚠️ 重要提示

由于CPython在利用lib文件夹中的依赖项时存在Bug,因此需要Python 3.13。

brew install python@3.13

python3.13 -m pip install -r requirements.txt -U --target server/lib

npx @anthropic-ai/mcpb pack
显示元数据内容

mcp名称: io.github.nowledge-co/server.json

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client