MemGPT MCP Server
What is this MCP
This MCP is a TypeScript-based server that implements a memory system for Large Language Models (LLMs). It maintains conversation history and provides tools for interacting with multiple LLM providers including OpenAI, Anthropic, OpenRouter, and Ollama.
How to use this MCP
The MCP server can be integrated with applications like Claude Desktop by adding a configuration file. It offers commands for chatting with LLMs, retrieving/clearing conversation history, and switching between different models and providers. The server requires API keys for the respective providers as environment variables.
What this MCP can be used for
This MCP is useful for maintaining persistent conversation contexts with LLMs across different providers. It enables memory recall in chat applications, supports model switching without losing context, and provides a standardized interface for interacting with multiple LLM APIs while preserving conversation history.