Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

com.ainetcafe/netcafe-memory

com.ainetcafe/netcafe-memory

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

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

Tools · 4

what_can_you_do

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 the whole catalogue and guessing. Also retu…

remember

Persist a durable memory: an architecture decision, a stable user preference, a verified bug fix, or an important discovery. The free beta provides a bounded per-caller/workspace memory pool; no perso…

recall

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, preferen…

forget

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

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

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