MCP Catalogs
首页kept screenshot

kept

by egroup-labs·83·综合分 48

Kept 是一个 MCP 服务器,将 AI 对话管理为本地保险库中的可搜索 Markdown 文件。

file-systemknowledge-graphproductivity
5
Forks
0
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Kept 将来自 ChatGPT、Claude、Gemini、Grok 和 Kimi 的 AI 对话保存为本地 Markdown 文件。它提供桌面应用程序,用于搜索、浏览和连接对话,具有全文搜索、图形视图和主题组织功能。MCP 服务器提供工具,使代理能够读取、搜索和管理保险库,使编码代理能够直接处理归档对话。

试试问 AI

装完之后,这里有 6 个你可以让 AI 做的事:

:在编码工作流程中搜索和重用过去的 AI 对话
:维护 AI 交互的个人知识图谱
:归档和整理来自 AI 助手的笔记
:Kept 如何处理隐私问题?
:对话保存为什么文件格式?
:我可以从其他工具访问我的保险库吗?

什么时候选它

当您希望将 AI 对话历史作为本地文件拥有,并需要通过 MCP 集成让代理访问这些存档时,选择 Kept。

什么时候不要选它

如果您偏好云存储或需要多设备同步功能,不要选择 Kept,因为它完全是本地化的,没有云组件。

此 server 暴露的工具

从 README 抽取出 8 个工具
  • list_vault

    List all available providers and directories in the Kept vault

  • list_directory

    List files in a specific directory in the vault

  • read_file

    Read the content of a specific file in the vault

  • write_file

    Write a new file to the vault

  • update_file

    Update an existing file in the vault

  • delete_file

    Delete a file from the vault

  • move_file

    Move a file to a different location in the vault

  • grep_vault

    Search for content across the entire vault

可对比工具

obsidian-mcpmemgptchatgpt-history-mcp

安装

安装

桌面应用

快速安装:

# macOS/Linux
curl -fsSL https://kept.work/install.sh | bash

# Windows PowerShell
irm https://github.com/egroup-labs/kept/releases/latest/download/install.ps1 | iex

MCP 服务器

# macOS/Linux
bash <(curl -fsSL https://raw.githubusercontent.com/egroup-labs/kept/main/scripts/install-kept-mcp.sh)

# Windows PowerShell
& ([scriptblock]::Create((irm https://raw.githubusercontent.com/egroup-labs/kept/main/scripts/install-kept-mcp.ps1)))

Claude Desktop

添加到 claude_desktop_config.json

{
  "mcpServers": {
    "kept-vault": {
      "command": "npx",
      "args": ["@kept-plugins/kept-vault"]
    }
  }
}

如果您的保险库不在 ~/.kept/vault,请设置 KEPT_VAULT_PATH 环境变量。

FAQ

Kept 如何处理隐私问题?
所有数据都保存在您本地的 ~/.kept/ 目录中,没有云同步或托管账户。
对话保存为什么文件格式?
对话保存为带有 YAML frontmatter 的纯 Markdown 文件,与 Obsidian 兼容。
我可以从其他工具访问我的保险库吗?
可以,保险库只是一个 Markdown 文件夹,可以直接在 VS Code、Obsidian 或任何编辑器中打开。

Hacker News 讨论

开发者社区最近的相关讨论。

kept 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。