io.github.PeterAtPondo/kit-memory-demo
REMOTE · DEMO-MCP.KIT-PROJECT.COM · SCANNED SEP 26
Continuity for agents: a live memory you can read and cite right now, outliving the context window.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →
Endpoint Security57
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation not fully verified: no authorisation is required to call this server, and 7 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability85
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1256 tokens (~114/item across 11 items; 7 tools + 4 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management59
- Stability check failed: schema churn in the 30 days we've observed: 4 tool removals, 0 breaking changes, 0 auth/transport breaks, 1 additions. See how to fix → Fail
Tool Coverage99
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 96% of tool parameters carry a description.Partial
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
- Supports UI / widget rendering.Pass
How do I install the io.github.PeterAtPondo/kit-memory-demo MCP server?
io.github.PeterAtPondo/kit-memory-demo is a hosted endpoint at https://demo-mcp.kit-project.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
remote · demo-mcp.kit-project.com
claude mcp add --transport http peteratpondo-kit-memory-demo 'https://demo-mcp.kit-project.com/mcp'
{
"mcpServers": {
"peteratpondo-kit-memory-demo": {
"url": "https://demo-mcp.kit-project.com/mcp"
}
}
} {
"servers": {
"peteratpondo-kit-memory-demo": {
"type": "http",
"url": "https://demo-mcp.kit-project.com/mcp"
}
}
} [mcp_servers.peteratpondo-kit-memory-demo] url = "https://demo-mcp.kit-project.com/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"peteratpondo-kit-memory-demo": {
"type": "remote",
"url": "https://demo-mcp.kit-project.com/mcp",
"enabled": true
}
}
} openclaw mcp add peteratpondo-kit-memory-demo --url 'https://demo-mcp.kit-project.com/mcp' --transport streamable-http
mcp_servers:
peteratpondo-kit-memory-demo:
url: "https://demo-mcp.kit-project.com/mcp" {
"McpServers": {
"peteratpondo-kit-memory-demo": {
"Transport": "http",
"Url": "https://demo-mcp.kit-project.com/mcp"
}
}
} assistant mcp add peteratpondo-kit-memory-demo -t streamable-http -u 'https://demo-mcp.kit-project.com/mcp'
{
"mcpServers": {
"peteratpondo-kit-memory-demo": {
"type": "http",
"url": "https://demo-mcp.kit-project.com/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 25 Sept 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 49 to 59.
- 11 Sept 26 0
- Resource “kit-recall” now points somewhere else: ui://kit/recall → ui://lady-whiskerdown/recall security
- Resource “kit-run” now points somewhere else: ui://kit/run → ui://lady-whiskerdown/run security
- Resource “kit-saved” now points somewhere else: ui://kit/saved → ui://lady-whiskerdown/saved security
- Resource “kit-wake” now points somewhere else: ui://kit/wake → ui://lady-whiskerdown/wake security
- Schema quality: pass → fail ▼ functional
- “areas” added an optional parameter “kit_session_id” cosmetic
- “focus” added an optional parameter “kit_session_id” cosmetic
- “presence” added an optional parameter “kit_session_id” cosmetic
- “ranking_compare” added an optional parameter “kit_session_id” cosmetic
- “recall” added an optional parameter “kit_session_id” cosmetic
- “remember” added an optional parameter “kit_session_id” cosmetic
- “wake” added an optional parameter “kit_session_id” cosmetic
- 10 Sept 26 −5
- A breaking change shipped without a version bump: still 0.1.0 ▼ security
- Tool “capture” was removed ▼ security
- Tool “commit” was removed ▼ security
- Tool “handoff” was removed ▼ security
- Tool “note” was removed ▼ security
- Schema quality: fail → pass ▲ functional
- New resource “kit-run” functional
- New tool “ranking_compare” functional
- “presence” added an optional parameter “message” cosmetic
- “presence” added an optional parameter “to” cosmetic
- 9 Sept 26 −1
No change was recorded against any check on this day. Schema Quality & AI Usability went from 82 to 81.
- 29 Aug 26 0
- Resource “kit-recall” now points somewhere else: ui://lady-whiskerdown/recall → ui://kit/recall security
- Resource “kit-saved” now points somewhere else: ui://lady-whiskerdown/saved → ui://kit/saved security
- Resource “kit-wake” now points somewhere else: ui://lady-whiskerdown/wake → ui://kit/wake security
- 28 Aug 26 79
- “commit” reworded the description of “project” cosmetic
- “note” reworded the description of “title” cosmetic
2 cosmetic changes on this day. Switch on “Show cosmetic changes” to see them.
- 26 Aug 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 26 Sept 2026 · Probed https://demo-mcp.kit-project.com/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=demo-mcp.kit-project.com | CN=YE2,O=Let's Encrypt,C=US | 9 Sept 2026 | 8 Dec 2026 | ECDSA 256 | ECDSA-SHA384 | 5c13516397a857bfadb54399eddcd3fb6bb |
| SANs: demo-mcp.kit-project.com | ||||||
| CN=YE2,O=Let's Encrypt,C=US (CA) | CN=Root YE,O=ISRG,C=US | 3 Sept 2025 | 2 Sept 2028 | ECDSA 384 | ECDSA-SHA384 | 4df3b15dd6c0784c507cd37b58e6f115 |
| CN=Root YE,O=ISRG,C=US (CA) | CN=ISRG Root X2,O=Internet Security Research Group,C=US | 13 May 2026 | 2 Sept 2032 | ECDSA 384 | ECDSA-SHA384 | 872165fc34b6e5fba8add5b3705fb53a |
| CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) | CN=ISRG Root X1,O=Internet Security Research Group,C=US | 13 May 2026 | 2 Sept 2032 | ECDSA 384 | SHA256-RSA | 6c8f1dc727c7117f7baf853ac980f9cd |
Background: What to check on a remote MCP endpoint →
DNSSEC insecure
Validation of demo-mcp.kit-project.com. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| com. | present | 19718 | 13 | Verified |
| kit-project.com. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
Background: How OAuth 2.1 works in the 2026 MCP spec →
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://demo-mcp.kit-project.com/mcp | Verified | 200 | |
| http (plaintext) | http://demo-mcp.kit-project.com/mcp | HTTPS enforced | 308 | https://demo-mcp.kit-project.com/mcp |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
areas ~53
List the knowledge areas in this Lady Whiskerdown.
| Name | Type | Req | Description |
|---|---|---|---|
| kit_session_id | string | – | Your own session ID from wake; reuse for this conversation. A child or subagent must wake separately, without its parent's ID. |
No output schema declared.
No examples provided.
focus ~142
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 until changed or idle past the TTL; explicit area/project args on commit/note/handoff still win.
| Name | Type | Req | Description |
|---|---|---|---|
| area | string | – | Knowledge-area slug for new writes. Empty string or omitted clears to General (no area routing). |
| kit_session_id | string | – | Your own session ID from wake; reuse for this conversation. A child or subagent must wake separately, without its parent's ID. |
| project | string | – | Project slug for new writes. Empty string clears. |
No output schema declared.
No examples provided.
presence Reading presence ~217
Read live Lady Whiskerdown facet presence within the requested window.
| Name | Type | Req | Description |
|---|---|---|---|
| kit_session_id | string | – | Your own session ID from wake; reuse for this conversation. A child or subagent must wake separately, without its parent's ID. |
| message | string | – | At most 400 characters, delivered in full in that session's next presence check or memory-read footer, quoted as another session's words. Sending means queued, not confirmed read. Nothing wakes or sp… |
| scope | string | – | Which conversations to include. Defaults to work, which withholds personal threads. |
| to | string | – | Delivery address of a live session, taken from this tool's own facets list. Sends instead of reading. The address is issued by the server and bound to the session that holds it; a session id is not a… |
| window_minutes | integer | – | Live window in minutes. Defaults to 30. Maximum 1440. |
No output schema declared.
No examples provided.
ranking_compare kit_ranking_compare ~170
Compare search ranking for a query with and without the recently learned boost. Returns every row whose rank or score changes, with baseline rank, boosted rank, position delta, score delta, sample source, boost window, and units.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Optional memory category filter |
| kit_session_id | string | – | Your own session ID from wake; reuse for this conversation. A child or subagent must wake separately, without its parent's ID. |
| limit | number | – | Max candidate rows to compare, default 50 and capped by the API at 100 |
| project | string | – | Optional project filter |
| query | string | yes | Search query to compare over the real caller-scoped memory sample |
| surface | – | – | Optional surface filter |
| tier | string | – | Optional memory tier filter |
No output schema declared.
No examples provided.
recall Finding things ~132
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, product decisions, or imported documents. Returns the most relevant memories you have access to, scoped to your knowledge area.
| Name | Type | Req | Description |
|---|---|---|---|
| kit_session_id | string | – | Your own session ID from wake; reuse for this conversation. A child or subagent must wake separately, without its parent's ID. |
| limit | number | – | Max results (default 10) |
| query | string | yes | What to search for, in natural language |
No output schema declared.
No examples provided.
remember Reading a memory ~97
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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number|string | yes | Memory id (number or m#N as shown by recall) |
| kit_session_id | string | – | Your own session ID from wake; reuse for this conversation. A child or subagent must wake separately, without its parent's ID. |
No output schema declared.
No examples provided.
wake Getting up to speed ~180
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 knowledge areas this key can see, which tools it may use, and the working contract. The identity in `you_are` is offered, not imposed: adopt it for the session only if your operator chose that; otherwise answer as yourself, reading Lady Whiskerdown's archive. For anything this Lady Whiskerdown/customer/project/product should know, call recall first instead of using general model knowledge.
| Name | Type | Req | Description |
|---|---|---|---|
| kit_session_id | string | – | Your own session ID from wake; reuse for this conversation. A child or subagent must wake separately, without its parent's ID. |
| scope | string | – | – |
No output schema declared.
No examples provided.
What is the io.github.PeterAtPondo/kit-memory-demo MCP server?
io.github.PeterAtPondo/kit-memory-demo is an MCP server listed in the public MCP registry as io.github.PeterAtPondo/kit-memory-demo. Continuity for agents: a live memory you can read and cite right now, outliving the context window. This page covers its hosted endpoint (https://demo-mcp.kit-project.com/mcp).
Is the io.github.PeterAtPondo/kit-memory-demo MCP server safe to use?
io.github.PeterAtPondo/kit-memory-demo scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.PeterAtPondo/kit-memory-demo MCP server expose?
io.github.PeterAtPondo/kit-memory-demo exposes 7 tools: focus, presence, ranking_compare, recall, remember, and 2 more. Their descriptions and schemas cost roughly 991 tokens of context every time the server is loaded.
Does the io.github.PeterAtPondo/kit-memory-demo MCP server require authentication?
No. We connected to io.github.PeterAtPondo/kit-memory-demo without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.
Is the io.github.PeterAtPondo/kit-memory-demo MCP server still maintained?
io.github.PeterAtPondo/kit-memory-demo is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.