Labsco
MCP SERVER

ClaudeKeep

by sdairs

Record each turn of a chat as it happens and close the session with a single save, marked public or private.

Session & Transcript RecallVerified
Summary
It records the conversation while it is happening instead of asking you to copy it out afterwards.

Capture is per message, so the transcript builds up as you work and the save only has to close it. Visibility is decided in that same save call by one public flag, not by a later sharing step. Both tools write; reading a stored chat back happens outside this server.

What it is

A two-tool capture server that writes chat messages to a ClaudeKeep account as they are exchanged, then saves the assembled transcript.

What you get
  • Message-by-message capture, with each stored turn carrying the text and which side sent it.
  • A save step that closes out the current chat as a whole.
  • A public flag on that save, deciding at save time whether the transcript is readable by anyone else.
Requirements

A ClaudeKeep account and its token, supplied as CLAUDEKEEP_TOKEN.

Setup effort

One command plus a key — npx -y claudekeep-mcp, then supply credentials