ClaudeKeepServer

sdairs
GitHub
Note TakingCloud StorageAI Conversations

Loading subscription status...

💡 Description

ClaudeKeep is an experiment with the Model Context Protocol (MCP) for saving and sharing your AI conversations from Claude Desktop. It includes an MCP server implementation that allows you to ask Claude to save your chat, as well as a web application for viewing your private and public chats.

📝 JSON Entries

{
  "mcpServers": [
    {
      "claudekeep-mcp": {
        "env": {
          "CLAUDEKEEP_TOKEN": "<YOUR_TOKEN>"
        },
        "args": [
          "-y",
          "claudekeep-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

store_messagesave_chat

Features

  • Save private and public chats
  • Integration with GitHub OAuth for authentication

💬 Example Queries

  • Save this chat
  • Save this chat and make it public