AI & Machine Learning
maximem.ai
A server that manages conversation memory to provide context-aware responses.
ENDPOINT 1
https://synap-mcp.maximem.ai/mcp
MCP server metadata
- Name
- synap
- Version
- 0.1.0
Synap memory tools. Forward every user message to log_exchange so it can be remembered, and call recall_context before replying to use what is already known. Identifiers: pass the end-user's stable id as user_id on both tools. customer_id is B2B ONLY: it is required on an instance with user_context_isolation=strict, and refused with HTTP 400 on one with user_context_isolation=equals_customer (B2C), where user_id is the whole identity and no customer scope exists. If the mode is unknown, send user_id alone; GET /api/v1/auth/whoami reports it.
Known tools 4
log_exchangeAfter each user message, send the exchange here so it can be remembered.
Potential side effectsrecall_contextBefore replying, call this to recall anything already known about this user from past conversations.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for maximem.ai was fetched 2026-08-24T00:47:57.328Z.
maximem.ai is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.