Memgpt-MCP-Server

Memgpt-MCP-Server

23

MemGPT MCP Server is a TypeScript-based server designed to manage memory systems for large language models. It supports multiple LLM providers and allows users to manage conversation history and switch between different models and providers seamlessly.

MemGPT MCP Server

A TypeScript-based MCP server providing a memory system for interacting with LLMs. It supports functionalities such as chatting, retrieving conversation history, clearing memory, and switching between various LLM providers and models.

Features

  • Chat with LLMs: Communicate with multiple providers like OpenAI, Anthropic, OpenRouter, and Ollama.
  • Memory Management: Retrieve and clear conversation history with tools like get_memory and clear_memory.
  • Providers and Models: Switch between providers and models, supporting models like Claude 3, GPT-4, and others.

Development & Installation

  • Dependencies: Use npm install to install dependencies.
  • Build: Run npm run build to build the server.
  • Environment Variables: Configure keys for OpenAI, Anthropic, and OpenRouter.

Recent Updates

  • Claude 3 Support: Added support for Claude 3 and 3.5 series models.
  • Unlimited Memory Retrieval: Option to retrieve unlimited histories.