mcpserver.lol
registry/synap
Connection check verified live · 20h ago

synap

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

Tools 4
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

4 tools

Read from the running server on 20h ago.

check_memory_status ingestion_id*
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…
list_recent_memories user_idcustomer_idmax_results
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…
log_exchange user_idcustomer_iduser_message*conversation_idassistant_messagewait_for_processing
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…
recall_context query*user_idcustomer_idmax_results
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, pa…