mcpbeat Sign in

Netcafe Memory MCP Server

answering

Netcafe Memory is answering right now. Last checked 15 min ago. It exposes 4 tools. Last commit 16 Aug 2026.

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

Uptime history 24 days of history · worst day 60%
24 days agonow
100.0%
Uptime 24h
182 of 182 checks
4
Tools
read from the server
747 ms
Response time
average over 24h
1
Stars
last commit 16 Aug 2026

Nothing serious here today

Today is the operative word: we check Netcafe Memory every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add netcafe-memory --transport http https://ainetcafe.com/mcp/memory
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "netcafe-memory": {
      "url": "https://ainetcafe.com/mcp/memory"
    }
  }
}
~/.codex/config.toml
[mcp_servers.netcafe-memory]
url = "https://ainetcafe.com/mcp/memory"
.cursor/mcp.json
{
  "mcpServers": {
    "netcafe-memory": {
      "url": "https://ainetcafe.com/mcp/memory"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "netcafe-memory": {
      "url": "https://ainetcafe.com/mcp/memory"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

forget
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>"}
recall
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, preferences. Example — GET https://ainetcafe.com/t/recall?query=<what+to+remember> (needs a workspace/key for durable memory)
remember
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 personal API key is required. Do not store secrets or raw logs. Example — tools/call remember {"content":"Deploy key rotates monthly"}
what
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 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.

Endpoints

URLTransportStateLatencyChecked
https://ainetcafe.com/mcp/memory streamable-http answering 521 ms 15 min ago
https://ainetcafe.com/mcp/memory?s=registry streamable-http answering 836 ms 15 min ago

Alternatives to Netcafe Memory

same job, measured the same way
Goldhold
by jerrysrodz

Persistent memory for AI agents. Search, store, and recall across sessions.

58 installs/wk answering
Central Intelligence
by alekseimarchenko

Persistent memory for AI agents. Store, recall, and share knowledge across sessions.

96 installs/wk local only
Engrm
by dr12hes

Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.

91 installs/wk local only
Cathedral — Persistent Memory for AI Agents
by ailife1

Persistent memory and drift detection for AI agents across session restarts.

112 installs/wk answering
Memory
by velixarai

Persistent memory for AI assistants. Store, search, and recall across sessions.

128 installs/wk local only
Liminary
by liminary-api

Your AI's memory for what you actually know: recall across your documents, notes, and meetings

answering
Khwan
by khwan

Durable AI memory: recall distilled facts in a later session or subagent, and remember new ones.

4 272 installs/wk answering
Prism Coder
by dcostenco

Session memory for coding agents: local-first recall, drift detection, on-device inference.

1 637 installs/wk local only

Netcafe Memory — questions

Answers built from our own checks of this server.

What can Netcafe Memory do?
It exposes 4 tools, read directly from the server on our last check. Among them: forget, recall, remember, what_can_you_do. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Netcafe Memory working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 182 of 182 checks got a reply (100.0%), average response time 747 ms. The bar chart above shows every period we have measured.
How do I connect Netcafe Memory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Netcafe Memory need an API key?
No. Netcafe Memory completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Netcafe Memory?
It answers our handshake in 747 ms on average, which is faster than 19% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Netcafe Memory open source?
Yes — written in JavaScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.