Vic563_Memgpt-MCP-Server

Vic563_Memgpt-MCP-Server

3.1

If you are the rightful owner of Vic563_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 comprehensive conversation history. It supports multiple providers such as OpenAI, Anthropic, OpenRouter, and Ollama, allowing users to switch between them effortlessly. The server also enables users to select specific models tailored to their needs, ensuring optimal performance for tasks ranging from customer support to complex reasoning. With features like unlimited memory retrieval and persistent provider/model selection, MemGPT MCP Server offers a robust solution for managing LLM interactions.

Features

  • chat: Send a message to the current LLM provider, supporting multiple providers like OpenAI, Anthropic, OpenRouter, and Ollama.
  • get_memory: Retrieve conversation history with an optional limit parameter to specify the number of memories to retrieve.
  • clear_memory: Clear conversation history by removing all stored memories.
  • use_provider: Switch between different LLM providers and persist provider selection.
  • use_model: Switch to a different model for the current provider, supporting provider-specific models and persisting model selection.