ClaudeKeep
Anthropic 已向 claudekeep 发出商标移除通知,所以这个小实验结束了。代码仍然可用,希望对任何使用 MCP 的人有用。
如果还不够清楚的话,Claudekeep 与 Anthropic 没有任何关联,也没有得到其认可。
克劳德·基普
ClaudeKeep 是一个使用模型上下文协议 (MCP) 的实验,用于保存和分享来自 Claude Desktop 的 AI 对话。
其中包括:
MCP 服务器实现,允许您要求 Claude 保存您的聊天记录
一个允许你查看私人聊天记录和公开聊天记录的网络应用
警告 - 这是一个实验
这是一个实验。请勿假设其完美运行或安全。
虽然我做了一些测试,但我不保证能捕捉到所有极端情况,从而确保你的聊天记录不会被泄露。我建议你不要用敏感聊天记录进行测试。
Related MCP server: Claude Memory MCP
如何使用它?
1. 登录并获取令牌
前往https://claudekeep.com并点击登录。这将尝试通过 OAuth 方式登录 GitHub。目前,这是唯一支持的 OAuth 提供商。
登录后,您将在右上角看到一个带有 JWT 令牌的框,请复制它。
2. 配置 Claude Desktop 使用 MCP 服务器
要与 Claude Desktop 一起使用,您需要将服务器配置添加到以下文件中:
在 MacOS 上: ~/Library/Application Support/Claude/claude_desktop_config.json
在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json
使用此配置,然后重新启动 Claude Desktop(您必须使用 CMD+Q 样式彻底杀死它,然后重新启动它):
{
"mcpServers": {
"claudekeep-mcp": {
"command": "npx",
"args": [
"-y",
"claudekeep-mcp"
],
"env": {
"CLAUDEKEEP_TOKEN": "<YOUR_TOKEN>"
}
}
}
}Claude Desktop 读取你的 PATH 时可能会有些不方便。如果 MCP 服务器无法正常工作,请参阅MCP 自述文件了解更多信息。
3. 选择 MCP 并与 Claude 聊天
打开 Claude Desktop 后,你会看到一个小回形针图标。将鼠标悬停在它上面,你会看到一个小插头图标。点击它,然后在claudekeep-mcp下选择default 。这样就会将 default 提示符附加到 Claude 上。
现在只需正常与克劳德聊天即可。
您发送的每条消息都会触发store_message工具。这会将消息本地存储在 Claude Desktop 中。
如果您想保存聊天记录,只需告知 Claude。Claude 会运行save_chat工具。默认情况下,聊天记录始终存储为私密聊天。如果您想立即将聊天记录公开,请在请求保存时告知 Claude。
例如(但请记住,这是法学硕士学位,它会解释你的语言,因此你可以随心所欲地提问,它可能会做正确的事情):
要保存私人聊天:
you: save this chat要保存公开聊天:
you: save this chat and make it public需要幫助嗎?
提出问题或通过BlueSky联系我。
刷新你的令牌
如果您不小心泄露了令牌,请登录并点击令牌旁边的小刷新图标。您会看到一条警告,点击确认按钮,系统将生成一个新的令牌。旧令牌将被销毁,且无法恢复。
虐待
我希望大家心地善良,不要分享那些不靠谱的聊天记录,但毕竟是网络,🤷♂️这种事儿还是有可能发生。我会尽力记录,但如果我漏掉了什么,请在 BlueSky 上提醒我。
请注意,您的聊天记录存储在您的 GitHub 帐户中,因此虽然公共聊天对其他用户来说是匿名的,但在服务器上却不是匿名的。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA powerful MCP server that extracts, stores, searches, and analyzes Claude.ai conversations with SQLite database, semantic search, and multiple export formats including Obsidian and PDF.1MIT
- FlicenseAqualityDmaintenanceA lightweight MCP server that provides Claude Desktop with persistent memory across conversations by storing, summarizing, and retrieving conversation history.3
- FlicenseBqualityDmaintenanceAn MCP server that provides tools for searching and analyzing Claude Code conversation history.84
- AlicenseNot gradedqualityDmaintenanceAn MCP server that gives Claude persistent memory by storing conversation context, entities, and enabling semantic search across sessions.131MIT
Related MCP Connectors
Cloud-hosted MCP server for durable AI memory
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sdairs/claudekeep'
If you have feedback or need assistance with the MCP directory API, please join our Discord server