io.github.peteratpondo/kit-memory-demo
io.github.peteratpondo/kit-memory-demoContinuity for agents: a live memory you can read and cite right now, outliving the context window.
Tools · 10
Add a durable memory to this Lady Whiskerdown's knowledge corpus. Use only for stable decisions, facts, gotchas, or patterns that should be searchable later.
Write a live operational checkpoint so other Lady Whiskerdown-connected surfaces can pick up the thread. Use at start, diagnosis, pivot, blocker, commit, verification, and resume. Use kind=handoff onl…
Write a concise handoff for the next agent/surface at session end, topic change, substantial completed work, or a long-session restart point.
Set this operator's write focus: the knowledge area new memories are stored under, and optionally the project being worked on. The wake card's chips call this; it is also callable directly. Holds unti…
Read live Lady Whiskerdown facet presence within the requested window.
Extract candidate memories from a session transcript and save them as drafts for later review. Use near the end of a meaningful session when the transcript contains decisions, gotchas, or reusable con…
Recall this Lady Whiskerdown's knowledge by semantic search. Use before answering any user question about this Lady Whiskerdown, the customer/product, project facts, onboarding, architecture, policies…
Read a single Lady Whiskerdown memory by id (as returned by recall). No graph or entity enrichment: the receiver endpoint returns the memory itself, scoped to this key.
List the knowledge areas in this Lady Whiskerdown.
Meet Lady Whiskerdown. Call this FIRST in every new chat (VS Code/Copilot, Cursor, Claude Code, Codex), before the first substantive answer. It returns who this Lady Whiskerdown is (`you_are`), which …
Resources · 3
Lady Whiskerdown's awake greeting: knowledge-area focus, memory count, and liveness.
ui://kit/wake
Recall results as category-coloured memory rows with a relevance bar; tap to read.
ui://kit/recall
A running ledger of what Lady Whiskerdown recently kept; a new star lights up on each write.
ui://kit/saved
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.peteratpondo/kit-memory-demo": {
"url": "https://demo-mcp.kit-project.com/mcp",
"transport": "streamable-http"
}
}
}