Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/PeterAtPondo/kit-demo-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "kit-demo-mcp": {
      "command": "node",
      "args": ["/path/to/kit-demo-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/PeterAtPondo/kit-demo-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Kit memory demo · hosted MCP servers

Three live, public, **read-only** MCP servers, each backed by a running
[Kit](https://kit-project.com). Kit is an identity substrate for AI agents:
not another agent, not a memory API, but the durable, local-first self beneath
your tools, holding memory with provenance and context that outlives any
context window, consolidating while it dreams. It has no chat window of its
own; it lives under the ones you already use.
Point your agent at them and ask questions the model cannot answer from
training. No signup; the bearer keys below are deliberately public.

| server | endpoint | what it holds |
|---|---|---|
| Lady Whiskerdown (the Society Papers) | `https://demo-mcp.kit-project.com/mcp` | An invented regency world seen from the ballroom. 118 memories. Half of a mystery. |
| The Area Cat (The Mews) | `https://mews-mcp.kit-project.com/mcp` | The same town from below stairs. 88 memories. The other half. |
| The ballast case file | `https://real-mcp.kit-project.com/mcp` | A real five-year engineering decision (OpenTelemetry Collector's memory ballast), every entry with its GitHub source URL. 65 memories. |

Why fiction: none of it exists in any training corpus, so a correct citation
is provably retrieval. Why the two archives are separate servers: the central
mystery (who leaked the Fluffington affair?) was split across them on purpose;
no single entry states the answer, the full corroborated case assembles only
across both, and your agent is the bridge. Why the real one:
so the same machinery is checkable against the living public record.

## Quickstart

Claude Code:

```bash
claude mcp add --transport http kit-papers https://demo-mcp.kit-project.com/mcp \
  --header "Authorization: Bearer kbr_live_Kh9eO_ZfLldveFf1KXJEEvepfOpdgRqf7KoDDU3rB18"
claude mcp add --transport http kit-mews https://mews-mcp.kit-project.com/mcp \
  --header "Authorization: Bearer kbr_live_UN8-2LUlKmP2uxWQB5vpn-fzkJIuRb5zmq-apQeTU7U"
claude mcp add --transport http kit-case-file https://real-mcp.kit-project.com/mcp \
  --header "Authorization: Bearer kbr_live_ISWsqW39NkqT659FEkQjv0OjJDmyD4O3wx3wcCfA03c"
```

Any MCP client: see [`examples/mcp.json`](examples/mcp.json).

Then tell your agent: *"Call wake on each server, then work out who leaked the
Fluffington affair, and cite every step."* Or the real-world flagship:
*"Should we still use the memory_ballast extension, and why did the
recommendation change?"*

**Keys rotate without notice.** The authoritative copy of each key is printed
in that kit's own map: [demo llms.txt](https://demo.kit-project.com/llms.txt),
[mews llms.txt](https://mews.kit-project.com/llms.txt),
[real llms.txt](https://real.kit-project.com/llms.txt). If a call starts
failing, re-read the map.

## No MCP client? No problem

Every kit also serves keyless HTTP GETs (search, read, graph pivot), documented
in its llms.txt. A browser-only version of the whole exam runs at
[demo.kit-project.com/investigate](https://demo.kit-project.com/investigate).

## Scoped access, demonstrated

The papers kit also publishes **the apprentice key**, a deliberately narrowed
credential (`allowed_areas: columns`): the same kit through a smaller window.
Run the same leak query with the full key and with the apprentice key and
watch the private journals vanish from the answers. That mechanism, a company
kit sharing one knowledge area with a contractor's agent, is enforced in the
read path, not in copy. Current apprentice key, same rotation rule:

```
kbr_live_FoAauFWl7_IoDswh8rJrFvCw2qnblQTOF8DuSBkbj7A
```

## What these servers are, honestly

Read-only museum copies of Kit substrates: hybrid semantic + keyword recall,
typed knowledge graphs (including `supersedes` edges that keep replaced truth
citable), source artifacts with real URLs, and honest empty results when
nothing is held. They demonstrate read-time behavior; a full Kit also writes,
consolidates while it sleeps, and hands off between sessions on your own
machine. There is a replayable benchmark built on these exact servers:
[kit-memory-eval](https://github.com/PeterAtPondo/kit-memory-eval).

The build story: [kit-project.com/blog](https://kit-project.com/blog/), note
No. 022 in particular. The product: [kit-project.com](https://kit-project.com),
local-first, invite beta.

## License

MIT (code and examples in this repo). The demo worlds themselves are licensed
with the benchmark: see kit-memory-eval's DATA-LICENSE.

Lo que la gente pregunta sobre kit-demo-mcp

¿Qué es PeterAtPondo/kit-demo-mcp?

+

PeterAtPondo/kit-demo-mcp es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala kit-demo-mcp?

+

Puedes instalar kit-demo-mcp clonando el repositorio (https://github.com/PeterAtPondo/kit-demo-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar PeterAtPondo/kit-demo-mcp?

+

PeterAtPondo/kit-demo-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene PeterAtPondo/kit-demo-mcp?

+

PeterAtPondo/kit-demo-mcp es mantenido por PeterAtPondo. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a kit-demo-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega kit-demo-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: PeterAtPondo/kit-demo-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/peteratpondo-kit-demo-mcp)](https://claudewave.com/repo/peteratpondo-kit-demo-mcp)
<a href="https://claudewave.com/repo/peteratpondo-kit-demo-mcp"><img src="https://claudewave.com/api/badge/peteratpondo-kit-demo-mcp" alt="Featured on ClaudeWave: PeterAtPondo/kit-demo-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a kit-demo-mcp