Skip to content
Back to search
100
MCP live v0.1.0 MCP 2025-11-25 streamable-http

Synap Memory

ai.maximem/synap

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

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

Tools · 4

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 kee…

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 co…

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 …

list_recent_memories

List recent things remembered about this user. Useful for debugging or to confirm that memory is working. Pass user_id to scope to one person. SCOPING: customer_id is B2B ONLY. On a B2B instance (user…

How to use

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

{
  "mcpServers": {
    "synap_memory": {
      "url": "https://synap-mcp.maximem.ai/mcp",
      "transport": "streamable-http"
    }
  }
}