# com.ainetcafe/netcafe-memory (remote · ainetcafe.com)

Cross-session, cross-device memory for your agent: remember and recall notes. No key to start.

- Trust score: 71/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-16

## Components

- remote · `ainetcafe.com`: 71/100 (this document), [markdown](https://verifymcp.io/servers/com-ainetcafe-netcafe-memory/mcp-memory-2.md), [page](https://verifymcp.io/servers/com-ainetcafe-netcafe-memory/mcp-memory-2)

## Channel facts

- Endpoint: `https://ainetcafe.com/mcp/memory?s=registry`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-16.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 76/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 548 tokens (~137/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http com-ainetcafe-netcafe-memory https://ainetcafe.com/mcp/memory?s=registry
```

### Codex

```toml
[mcp_servers.com-ainetcafe-netcafe-memory]
url = "https://ainetcafe.com/mcp/memory?s=registry"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-ainetcafe-netcafe-memory": {
      "type": "remote",
      "url": "https://ainetcafe.com/mcp/memory?s=registry",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-ainetcafe-netcafe-memory --url https://ainetcafe.com/mcp/memory?s=registry --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-ainetcafe-netcafe-memory:
    url: "https://ainetcafe.com/mcp/memory?s=registry"
```

### Other

```json
{
  "mcpServers": {
    "com-ainetcafe-netcafe-memory": {
      "type": "http",
      "url": "https://ainetcafe.com/mcp/memory?s=registry"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-16 (score 71, 0)

- [functional regression] Schema quality: pass → fail
- [functional] New tool “what_can_you_do”

### 2026-08-15 (score 71, +3)

- [functional improvement] MCP protocol: fail → pass
- [functional] MCP protocol version: 2025-06-18 → 2026-07-28

### 2026-08-14 (score 68, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-13 (score 68)

First indexed and scored.

## MCP tools (4)

### `what_can_you_do` (~162 tokens)

Find the right tool for a task

Describe a task in plain language (any language) and get back exactly which tools on this server do it, with ready-to-run example calls — instead of reading a catalogue of 89 tools and guessing. Also returns multi-step recipes when a task needs several tools chained (invoices to a ledger, a bank statement reconciled, a messy CSV turned into a deliverable). Deterministic and free: it calls no model, costs nothing, and never runs out of quota. Call this FIRST when you are not sure what this server offers.

Input parameters:

- `task` (string, required): What you are trying to do, e.g. "reconcile a bank statement against my books" or "把一堆发票整理成能入账的表格"

### `remember` (~153 tokens)

Store a memory (persists across sessions; with a key, across machines & agents)

Persist a durable memory: an architecture decision, a stable user preference, a verified bug fix, or an important discovery. Anonymous callers get a small per-network memory pool; callers sending an AllRouter key (Authorization: Bearer sk-...) get a large pool shared across ALL their machines and agents — the same key on a laptop's Claude Code and a desktop's Codex recalls the same memories. Do not store secrets or raw logs. Example — tools/call remember {"content":"Deploy key rotates monthly"}

Input parameters:

- `content` (string, required): The memory itself, self-contained (≤2000 chars).
- `kind` (string): Category; default "note".
- `project` (string): Optional project name to scope recall later.

### `recall` (~122 tokens)

Recall stored memories

Retrieve previously stored memories, optionally filtered by search query and/or project. Call at the start of work on a known project to restore context: why decisions were made, known fixes, preferences. Example — GET https://ainetcafe.com/t/recall?query=<what+to+remember>  (needs a workspace/key for durable memory)

Input parameters:

- `limit` (integer): Max results (default 8, up to 20).
- `project` (string): Optional project filter.
- `query` (string): Optional search terms; omit to list the most recent.

### `forget` (~62 tokens)

Delete a stored memory by id

Permanently delete one memory you own (id from recall). Use when a memory is wrong or sensitive. Example — tools/call forget {"id":"<memory-id>"}

Input parameters:

- `id` (required): Memory id from recall (integer for keyword engine, uuid string for semantic engine).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-ainetcafe-netcafe-memory/mcp-memory-2#diagnostics

## Score history

- 2026-08-16: 71
- 2026-08-15: 71
- 2026-08-14: 68
- 2026-08-13: 68

## Links

- Remote endpoint: https://ainetcafe.com/mcp/memory?s=registry
- Repository: https://github.com/mario03690/ai-netcafe
- Website: https://ainetcafe.com/mcp.html
- Changelog RSS feed: https://verifymcp.io/servers/com-ainetcafe-netcafe-memory/mcp-memory-2.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-ainetcafe-netcafe-memory/mcp-memory-2.json
- HTML version of this page: https://verifymcp.io/servers/com-ainetcafe-netcafe-memory/mcp-memory-2
