🧠 Manage AI context seamlessly with the MCP server for storing and retrieving semantic memory across sessions. Enhance your AI's knowledge retention.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-ai-memory": {
"command": "npx",
"args": [
"-y",
"ermermermermidk/mcp-ai-memory"
]
}
}
}
Run in terminal:
claude mcp add mcp-ai-memory npx -y ermermermermidk/mcp-ai-memory
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-ai-memory": {
"command": "npx",
"args": [
"-y",
"ermermermermidk/mcp-ai-memory"
]
}
}
}