mcpbeat

Synap Memory MCP Server

ai.maximem/synap
answering

Synap Memory is answering right now. Last checked 13 min ago. It exposes 4 tools. Last commit 22 Jul 2026.

Persistent memory for AI agents — log and recall conversation context over MCP.

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
4
Tools
read from the server
456 ms
Response time
average over 24h
57
Stars
last commit 22 Jul 2026

Connect this server

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

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

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.

log
log_exchange
After each user message, send the exchange here so it can be remembered. You do not need to decide what is important — just forward the user message (and your reply, if you have one) and Synap will keep what matters. If your app serves more than one end-user, pass that person's stable id as user_id (or an organization id as customer_id) so each person's memory stays separate; if every conversation is the same single user, omit them. Logging is fire-and-forget by default; set wait_for_processing=true only when you need to confirm the memory finished extracting before continuing.
memory
check_memory_status
Check whether a logged exchange has finished processing. Pass the ingestion_id returned by log_exchange. Returns the processing status and how many memories were extracted. Useful to confirm a save completed (extraction is asynchronous).
recall
recall_context
Before replying, call this to recall anything already known about this user from past conversations. Use the user's latest message as the query. If you serve multiple end-users, pass the same user_id (or customer_id) you log with so you recall the right person's memory.
recent
list_recent_memories
List recent things remembered about this user. Useful for debugging or to confirm that memory is working. Pass user_id/customer_id to scope to one person.

Endpoints

URLTransportStateLatencyChecked
https://synap-mcp.maximem.ai/mcp streamable-http answering 447 ms 13 min ago

Synap Memory — questions

Answers built from our own checks of this server.

What can Synap Memory do?
It exposes 4 tools, read directly from the server on our last check. Among them: check_memory_status, list_recent_memories, log_exchange, recall_context. 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 Synap Memory working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 456 ms. The bar chart above shows every period we have measured.
How do I connect Synap 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 Synap Memory need an API key?
No. Synap 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 Synap Memory?
It answers our handshake in 456 ms on average, which is faster than 26% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Synap Memory open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 57 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.