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
0
View on GitHub

Installation

npx -y JamesANZ/memory-mcp

Configuration

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.

GitHub: https://github.com/JamesANZ/memory-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub