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.

What LLM providers are supported by MemGPT MCP Server?

MemGPT MCP Server supports OpenAI, Anthropic, OpenRouter, and Ollama.

How can I retrieve unlimited conversation history?

Use the get_memory tool with { "limit": null } to retrieve all stored memories.

Can I switch between different models for a provider?

Yes, you can use the use_model tool to switch to a different model for the current provider.

How do I clear the conversation history?

Use the clear_memory tool to remove all stored conversation history.

What are the environment variables required for setup?

You need to set OPENAI_API_KEY, ANTHROPIC_API_KEY, and OPENROUTER_API_KEY for the respective providers.