⌨️
Claude Code+Stompy

Your terminal companion with perfect recall

Terminal sessions that remember everything

The Problem

Claude Code is a revelation. AI coding assistance right in your terminal. No IDE plugins. No cloud editors. Just you, your shell, and an AI that understands code.

But terminal sessions are ephemeral by nature.

Close your terminal, lose your context. Start a new session, re-explain your project. The AI that just helped you debug a complex issue? It has no idea what you're talking about now.

The terminal remembers your command history. Your AI assistant remembers nothing.

How Stompy Helps

Stompy gives Claude Code persistent memory across terminal sessions.

Your CLI assistant remembers: - Your project structure and conventions - Debugging sessions and their solutions - Architecture decisions you've made - That weird workaround for the legacy API

Every terminal session builds on the last. Close your laptop, come back tomorrow, and pick up exactly where you left off.

Integration Walkthrough

1

Add Stompy to Claude Code

Use the built-in MCP support to add Stompy with one command.

claude mcp add stompy \
--transport sse \
https://mcp.stompy.ai/sse \
--header "Authorization: Bearer $STOMPY_TOKEN"
2

Claude Code now remembers everything

Your terminal sessions gain persistent memory automatically.

# Session 1: Claude learns your project
claude "explain this codebase structure"
# Claude saves: lock_context(topic="project_structure", ...)
# Session 47: Claude remembers
claude "add a new endpoint like the others"
# Claude recalls project patterns automatically

What You Get

  • Automatic session handovers between terminal sessions
  • Semantic search finds relevant project context
  • One command to add persistent memory
  • Works with your existing Claude Code setup
  • Project isolation keeps codebases separate

Ready to give Claude Code a memory?

Join the waitlist and be the first to know when Stompy is ready. Your Claude Code projects will never forget again.