Skip to main content
Knowledge & MemoryTypeScript

doobidoo/mcp-memory-service

Universal memory service providing semantic search, persistent storage, and autonomous memory consolidation

knowledge-memorylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/doobidoo/mcp-memory-service

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-memory-service": {
      "command": "npx",
      "args": [
        "-y",
        "doobidoo/mcp-memory-service"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
TypeScript
Author
doobidoo