Memgpt-MCP-Server
A Model Context Protocol (MCP) server that provides persistent memory and multi-model LLM support.
GitHub Stars
27
User Rating
Not Rated
Favorites
0
Views
24
Forks
5
Issues
2
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
To use with Claude Desktop, add the server config:
On MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
json
{
"mcpServers": {
"letta-memgpt": {
"command": "/path/to/memgpt-server/build/index.js",
"env": {
"OPENAI_API_KEY": "your-openai-key",
"ANTHROPIC_API_KEY": "your-anthropic-key",
"OPENROUTER_API_KEY": "your-openrouter-key"
}
}
}
}
OPENAI_API_KEY - Your OpenAI API keyANTHROPIC_API_KEY - Your Anthropic API keyOPENROUTER_API_KEY - Your OpenRouter API key