Enables users to save and share their Claude AI conversations using Model Context Protocol (MCP) within the Claude Desktop application.
ClaudeKeep was an experiment utilizing Model Context Protocol (MCP) to allow users to save and share conversations from Claude Desktop. It provided an MCP server implementation, enabling Claude to save chats to a web application where users could view their private conversations and, optionally, share them publicly. The project is no longer actively maintained but the code remains available.
Key Features
01MCP server implementation for Claude Desktop
02Web application for viewing private and public chats
03OAuth authentication with GitHub
04Ability to save chats with a 'save_chat' tool invoked by Claude
05Option to save chats as either private or public
Use Cases
01Saving Claude conversations for later reference
02Sharing Claude conversations with others
03Experimenting with Model Context Protocol (MCP) in Claude Desktop