← Back to Plugins
MCP Server MCP

DeepMem

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://deepmem.dev/mcp",
      "headers": [
        {
          "description": "API key from https://deepmem.dev (starts with dm_live_). Send as 'Bearer <your-key>'.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...