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.
Quick Start
Clone the repository:
git clone https://github.com/JamesANZ/memory-mcpClaude Desktop configuration example:
{
"mcpServers": {
"jamesanz-memory-mcp": {
"command": "npx",
"args": [
"-y",
"JamesANZ/memory-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.