Memgpt
CreatedVic563
Provides persistent memory and multi-model LLM support via a Model Context Protocol (MCP) server.
About
This TypeScript-based server empowers LLMs with persistent memory, enabling them to maintain conversation history and context across interactions. It supports multiple LLM providers, including OpenAI, Anthropic, OpenRouter, and Ollama, allowing users to easily switch between different models and providers. Key features include tools for chatting with LLMs, retrieving and clearing conversation history, and switching between different LLM providers and models. Designed for seamless integration with applications like Claude Desktop, the server provides a robust solution for building context-aware and persistent LLM-powered applications.
Key Features
- Provides tools for persistent memory management (get_memory, clear_memory)
- Supports unlimited memory retrieval
- Supports multiple LLM providers (OpenAI, Anthropic, OpenRouter, Ollama)
- Allows switching between different LLM models
- Integrates with Claude Desktop
Use Cases
- Building context-aware chatbots
- Creating persistent conversational AI applications
- Enabling multi-model LLM support in existing applications