Vic563_Memgpt-MCP-Server

Vic563_Memgpt-MCP-Server

0

MemGPT MCP Server is a TypeScript-based server designed to provide a memory system for language model management. It supports multiple language model providers and allows for conversation history and provider switching. The project focuses on efficient interaction with various models through standardized tools.

MemGPT MCP Server

A TypeScript-based MCP server implementing a memory system for LLMs, supporting conversation history and multiple LLM providers like OpenAI, Anthropic, OpenRouter, and Ollama.

Features

  • Chat: Send messages to current LLM providers.
  • Get Memory: Retrieve conversation history with optional limits.
  • Clear Memory: Remove all stored conversation history.
  • Use Provider: Switch between different LLM providers.
  • Use Model: Switch models for the current provider with varied options like Claude 3 and 3.5 for Anthropic and GPT-4 for OpenAI.

Installation

Instructions for setting up on Claude Desktop and configuring environment variables for API keys are provided. Use npm for building and developing.