Memgpt-MCP-Server
If you are the rightful owner of Memgpt-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MemGPT MCP Server is a TypeScript-based server that implements a memory system for LLMs, providing tools for chatting with different LLM providers while maintaining conversation history.
MemGPT MCP Server is designed to facilitate seamless interaction with various LLM providers by maintaining a persistent conversation history. It supports multiple providers such as OpenAI, Anthropic, OpenRouter, and Ollama, allowing users to switch between them and select specific models for their needs. The server is built with TypeScript and offers tools to send messages, retrieve and clear conversation history, and manage provider and model selections. It is particularly useful for applications requiring consistent memory retention across sessions, such as customer support and content moderation.
Features
- Supports multiple LLM providers including OpenAI, Anthropic, OpenRouter, and Ollama.
- Maintains conversation history with options to retrieve or clear it.
- Allows switching between different providers and models.
- Provides tools for sending messages and managing memory.
- Supports advanced models like Claude 3 and 3.5 series for specific tasks.
Tools
chat
Send a message to the current LLM provider
get_memory
Search dialogue history
clear_memory
Clear conversation history
use_provider
Switch LLM provider
use_model
Switch the current provider's model