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

Synap Memory

ai.maximem/synap

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

Uptime
25.0%
4 probes
Response
738ms
last probe
Tools
4
callable

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

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/customer_id to scope to one person.

Similar MCP servers embedding-nearest

agent-memory-mcp-server
Persistent memory for AI agents — store, retrieve and search knowledge across sessions
0 tools
RemembrallMCP
Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.
0 tools
cortex-mcp
Persistent memory for AI coding assistants. Injects context from past sessions into every LLM request.
0 tools
agentrecall-mcp
MCP server for AgentRecall — persistent memory for AI agents
0 tools
engram-notion-mcp
The permanent and semantic memory layer for AI agents
0 tools
WorkingMemory
Persistent personal memory for AI assistants — save, search, and recall across every MCP client.
0 tools · streamable-http

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"
    }
  }
}