INDIVIDUAL MCP TOOL
log_exchange
After each user message, send the exchange here so it can be remembered.
LIVE ENDPOINT
https://synap-mcp.maximem.ai/mcp
Connect to this endpoint to inspect the live schema for log_exchange and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.synap]
url = "https://synap-mcp.maximem.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"synap": {
"type": "http",
"url": "https://synap-mcp.maximem.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: synap
Remote MCP URL: https://synap-mcp.maximem.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"synap": {
"url": "https://synap-mcp.maximem.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"synap": {
"type": "http",
"url": "https://synap-mcp.maximem.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "synap",
"transport": "streamable-http",
"url": "https://synap-mcp.maximem.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_memory_status— Check whether a logged exchange has finished processing.recall_context— Before replying, call this to recall anything already known about this user from past conversations.list_recent_memories— List recent things remembered about this user.