knowledge & memory
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.
typescript
local
knowledge & memory
Installation
npx -y JamesANZ/memory-mcpConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "memory-mcp",
"command": "npx",
"args": [
"-y",
"JamesANZ/memory-mcp"
]
}About This MCP Server
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub