HomeKnowledge & Memory › Synap Memory

Synap Memory

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

Python Remote
★ 72 stars Last pushed 2026-09-23 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://synap-mcp.maximem.ai/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http maximem_synap_sdk https://synap-mcp.maximem.ai/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "maximem_synap_sdk": {
      "url": "https://synap-mcp.maximem.ai/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Synap API key as a Bearer token, e.g. 'Bearer synap_...'. From https://synap.maximem.ai

Related servers

Data from the Official MCP Registry