HomeKnowledge & Memory › DeepMem

DeepMem

Mem0-compatible persistent memory for AI agents: write facts once, recall them semantically.

Python Remote
★ 114 stars Last pushed 2026-08-17 License: MIT

Connect

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

Remote (streamable-http)

https://deepmem.dev/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http deepmem https://deepmem.dev/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "deepmem": {
      "url": "https://deepmem.dev/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — API key from https://deepmem.dev (starts with dm_live_). Send as 'Bearer <your-key>'.

Related servers

Data from the Official MCP Registry