Olivermemory MCP Server

Self-hosted memory system with event sourcing and semantic search.

Setup

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "olivermemory": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://mcp-supermemory.oliverv.dev/anonymous/sse"
      ]
    }
  }
}

Features

API

Backend: backend-api-kit-memory.oliverv.dev

Powered by Cloudflare Workers + D1 + Workers AI