Skip to main content
Knowledge & MemoryTypeScript

JamesANZ/memory-mcp

An MCP server that stores and retrieves memories from multiple LLMs using MongoDB. Provides tools for saving, retrieving, adding, and clearing conversation memories with timestamps and LLM identification.

knowledge-memorylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/JamesANZ/memory-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
TypeScript
Author
JamesANZ