Long-term memory for AI assistants. MCP server with hybrid retrieval, query expansion, and automatic topics.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"amber": {
"command": "npx",
"args": [
"-y",
"ambermem/amber"
]
}
}
}
Run in terminal:
claude mcp add amber npx -y ambermem/amber
Add to .cursor/mcp.json:
{
"mcpServers": {
"amber": {
"command": "npx",
"args": [
"-y",
"ambermem/amber"
]
}
}
}