Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.peteratpondo/kit-memory-demo

io.github.peteratpondo/kit-memory-demo

Continuity for agents: a live memory you can read and cite right now, outliving the context window.

Uptime
100.0%
1 direct probes · 30d
Response
661ms
last probe
Tools
10
callable
Resources
3
readable
Prompts
0
available

Tools · 10

commit

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.

note

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…

handoff

Write a concise handoff for the next agent/surface at session end, topic change, substantial completed work, or a long-session restart point.

focus

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…

presence

Read live Lady Whiskerdown facet presence within the requested window.

capture

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

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…

remember

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.

areas

List the knowledge areas in this Lady Whiskerdown.

wake

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

kit-wake

Lady Whiskerdown's awake greeting: knowledge-area focus, memory count, and liveness.

ui://kit/wake
kit-recall

Recall results as category-coloured memory rows with a relevance bar; tap to read.

ui://kit/recall
kit-saved

A running ledger of what Lady Whiskerdown recently kept; a new star lights up on each write.

ui://kit/saved

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"
    }
  }
}