# Synap Memory MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/ai-maximem-synap
- Repository: https://github.com/maximem-ai/maximem_synap_sdk
- Website: https://www.maximem.ai/docs

## Install
- Endpoint: https://synap-mcp.maximem.ai/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://synap-mcp.maximem.ai/mcp
- Header: Authorization

## Tools
- 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. Endpoint: https://synap-mcp.maximem.ai/mcp
- 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). Endpoint: https://synap-mcp.maximem.ai/mcp
- 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. Endpoint: https://synap-mcp.maximem.ai/mcp
- 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. Endpoint: https://synap-mcp.maximem.ai/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: ai.maximem
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 22, 2026
- Source: https://registry.modelcontextprotocol.io
